mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-23 08:48:28 +00:00
remove unnecessary log
This commit is contained in:
parent
52e04330bc
commit
264d6568e2
1 changed files with 0 additions and 1 deletions
|
|
@ -123,7 +123,6 @@ export const TileLayout = <T,>({
|
|||
useEffect(
|
||||
debounce(100, () => {
|
||||
const cursorPoint = getApi().getCursorPoint();
|
||||
console.log(cursorPoint);
|
||||
if (cursorPoint && displayContainerRef.current) {
|
||||
const displayContainerRect = displayContainerRef.current.getBoundingClientRect();
|
||||
const normalizedX = cursorPoint.x - displayContainerRect.x;
|
||||
|
|
|
|||
Loading…
Reference in a new issue