mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Fix for inspector getting disabled when modal is open
This commit is contained in:
parent
c521a4e3d2
commit
01a96a357e
1 changed files with 2 additions and 1 deletions
|
|
@ -37,8 +37,9 @@ export const Modal = function Modal({
|
|||
show={show}
|
||||
container={document.getElementsByClassName('canvas-area')[0]}
|
||||
size={size}
|
||||
backdrop={false}
|
||||
backdrop={true}
|
||||
keyboard={true}
|
||||
enforceFocus={false}
|
||||
animation={false}
|
||||
onEscapeKeyDown={() => showModal(false)}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue