mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
Cursor of widgets should not be move cursor
This commit is contained in:
parent
6bf64aa39b
commit
06621cd7b8
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ export const Box = function Box({
|
|||
const backgroundColor = yellow ? 'yellow' : '';
|
||||
|
||||
let styles = {
|
||||
cursor: mode === 'edit' ? 'move' : ''
|
||||
|
||||
};
|
||||
|
||||
if (inCanvas) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue