mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
remove debug log
This commit is contained in:
parent
6117929081
commit
88158289d2
@ -185,7 +185,6 @@ const BlockFull = React.memo(({ nodeModel, viewModel }: FullBlockProps) => {
|
||||
}, [blockRef, contentRef]);
|
||||
|
||||
const blockContentStyle = React.useMemo<React.CSSProperties>(() => {
|
||||
console.log("blockContentStyle", disablePointerEvents, innerRect);
|
||||
const retVal: React.CSSProperties = {
|
||||
pointerEvents: disablePointerEvents ? "none" : undefined,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user