Removed a debug trace
This commit is contained in:
parent
48f4861141
commit
8339188824
|
@ -652,10 +652,6 @@ export function addResizementListener(
|
|||
|
||||
if (width === lastWidth && height === lastHeight) return;
|
||||
|
||||
console.log(
|
||||
width - lastWidth,
|
||||
e.pageX - elementLeft + (lastWidth - mouseElementOffsetX)
|
||||
);
|
||||
if (
|
||||
width < lastWidth &&
|
||||
e.pageX > elementLeft + (lastWidth - mouseElementOffsetX)
|
||||
|
|
Loading…
Reference in New Issue