mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-28 16:06:41 +01:00
column settings: disable close on backdrop click or escape key down to prevent unsaved changes
This commit is contained in:
@@ -69,6 +69,8 @@ export default function FieldSettings(props: IMenuModalProps) {
|
||||
maxWidth="md"
|
||||
onClose={handleClose}
|
||||
title={`${name}: Settings`}
|
||||
disableBackdropClick
|
||||
disableEscapeKeyDown
|
||||
children={
|
||||
<Suspense fallback={<Loading fullScreen={false} />}>
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user