mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Disable RND in viewer
This commit is contained in:
parent
86815f2a81
commit
c870bea46a
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ export const DraggableBox = function DraggableBox({
|
|||
resizeHandleClasses={mouseOver ? resizerClasses : {}}
|
||||
resizeHandleStyles={resizerStyles}
|
||||
disableDragging={true}
|
||||
enableResizing={mode === 'edit'}
|
||||
onResizeStop={(e, direction, ref, d, position) => {
|
||||
setResizing(false);
|
||||
onResizeStop(id, e, direction, ref, d, position);
|
||||
|
|
|
|||
Loading…
Reference in a new issue