v2 #76

Merged
Vishnu merged 5 commits from v2 into main 2025-05-03 13:53:52 +00:00
5 changed files with 391 additions and 392 deletions
Showing only changes of commit 8fd0d0121e - Show all commits

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 = () => {
console.log('isLeftMouseDown: ', isLeftMouseDown);
if (isLeftMouseDown) {
drag = true;
}