Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37cb9a commit d0eceb5Copy full SHA for d0eceb5
‎client/packages/lowcoder/src/components/table/columnTypeView.tsx
@@ -78,8 +78,6 @@ export default function ColumnTypeView(props: {
78
textOverflow?: boolean,
79
}) {
80
81
- console.log("ColumnTypeView.textOverflow", props.textOverflow);
82
-
83
const wrapperRef = useRef<HTMLDivElement>(null);
84
const hoverViewRef = useRef<HTMLDivElement>(null);
85
const [isHover, setIsHover] = useState(false);
0 commit comments