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