Cursor of widgets should not be move cursor

This commit is contained in:
navaneeth 2021-05-26 11:08:01 +05:30
parent 6bf64aa39b
commit 06621cd7b8

View file

@ -56,7 +56,7 @@ export const Box = function Box({
const backgroundColor = yellow ? 'yellow' : '';
let styles = {
cursor: mode === 'edit' ? 'move' : ''
};
if (inCanvas) {