You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,10 @@ This is a major release, and it might be not compatible with your current usage
59
59
-`toggler-caretleft`
60
60
-`toggler-micon`
61
61
-`toggler-micoff`
62
+
-`<Modal />`:
63
+
-`preventReactFlowEvents`: Adds 'nopan', 'nowheel' and 'nodrag' classes to Modal's overlay classes in order to prevent react-flow to react to drag and pan actions in modals.
64
+
This is enabled by default for <SimpleDialog />.
65
+
62
66
63
67
### Removed
64
68
@@ -86,8 +90,6 @@ This is a major release, and it might be not compatible with your current usage
86
90
87
91
### Fixed
88
92
89
-
-`<Modal />`:
90
-
- Add 'nopan', 'nowheel' and 'nodrag' classes to Modal's overlay classes in order to always prevent react-flow to react to drag and pan actions in modals.
91
93
-`<CodeAutocompleteField />`:
92
94
- In multiline mode, validation errors might be highlighted incorrectly (relative line offset added).
0 commit comments