Implement code changes to enhance functionality and improve performance

This commit is contained in:
2025-05-03 19:18:35 +05:30
parent e4b0fc61f5
commit 8fd0d0121e
5 changed files with 391 additions and 392 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -241,7 +241,6 @@ const FloorItemsGroup = ({
}; };
const onMouseMove = () => { const onMouseMove = () => {
console.log('isLeftMouseDown: ', isLeftMouseDown);
if (isLeftMouseDown) { if (isLeftMouseDown) {
drag = true; drag = true;
} }