From 06621cd7b833985e046d950db52deb41d02ae2b7 Mon Sep 17 00:00:00 2001 From: navaneeth Date: Wed, 26 May 2021 11:08:01 +0530 Subject: [PATCH] Cursor of widgets should not be move cursor --- frontend/src/Editor/Box.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {