Skip to content

Commit

Permalink
Fix undo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfelixrico committed Apr 24, 2024
1 parent 591b099 commit e7db25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/modules/pad-socket/shape-watcher.hook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ export function useShapeSocketWatcher() {
},
[dispatch]
)
useMessageEffect(PadSocketCode.PATH_DELETE, shapeDeleteHandler)
useMessageEffect(PadSocketCode.SHAPE_DELETE, shapeDeleteHandler)
}

0 comments on commit e7db25e

Please sign in to comment.