added 2d point select delete and move

This commit is contained in:
2025-07-11 17:40:15 +05:30
parent 4baef5fa77
commit 96216783ef
4 changed files with 364 additions and 25 deletions

View File

@@ -254,7 +254,7 @@ const SelectionControls3D: React.FC = () => {
});
if (Objects.size === 0) {
clearSelection();
// clearSelection();
return;
}