-
Notifications
You must be signed in to change notification settings - Fork 36
[7418] RTE control #4822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
[7418] RTE control #4822
Changes from all commits
e5593a2
40fa66b
d3951f1
64ad31a
6e780f7
9dbc52a
113b34a
1826182
7c6925a
cb4f3c1
985bc87
b07c3db
926fc69
2df9915
9a394aa
c50836a
969cdbe
48b69c4
b3fd27d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -37,6 +37,7 @@ export function FormsEngineDialog(props: FormsEngineDialogProps) { | |
| maxWidth="xl" | ||
| title="Content Form" | ||
| data-area-id="forms-engine-dialog-root" | ||
| disableEnforceFocus={true} // This allows TinyMCE popups to gain focus (e.g. code editor, needs focus to be able to type in it) | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a bit of an issue. Please research MUI's dialog focus manager and talk to the robot to see if there's a way to sort of integrate and inform MUI of a dialog outside the MUI onces and get back to me. Talk to the robots for help too. |
||
| > | ||
| <FormsEngine | ||
| onMinimize={props.onMinimize} | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.