diff --git a/frontend/src/Editor/Box.jsx b/frontend/src/Editor/Box.jsx index e1647ab99a..7ff034c3e9 100644 --- a/frontend/src/Editor/Box.jsx +++ b/frontend/src/Editor/Box.jsx @@ -56,7 +56,7 @@ export const Box = function Box({ const backgroundColor = yellow ? 'yellow' : ''; let styles = { - cursor: mode === 'edit' ? 'move' : '' + }; if (inCanvas) {