mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-17 19:24:30 +01:00
This reverts commit 16263e942b.
This commit is contained in:
@@ -17,7 +17,6 @@ export function resizeTest(
|
||||
|
||||
const filter = Object.keys(handlers).filter(key => {
|
||||
const handler = handlers[key as HandlerRectanglesRet]!;
|
||||
if (!handler) return false;
|
||||
|
||||
return (
|
||||
x + scrollX >= handler[0] &&
|
||||
|
||||
Reference in New Issue
Block a user