refactor: update SVG stroke properties to camelCase and clean up console logs

This commit is contained in:
2025-08-22 15:44:45 +05:30
parent 88b09c44d2
commit 463a8cf6b9
5 changed files with 16 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ function UndoRedo3DControls() {
const { selectedVersion } = selectedVersionStore();
useEffect(() => {
console.log(undoStack, redoStack);
// console.log(undoStack, redoStack);
}, [undoStack, redoStack]);
useEffect(() => {