Started syncing back new detection changes. Unsure how to optimize this for now.
This commit is contained in:
@@ -977,7 +977,11 @@ const CodeEditor = (props) => {
|
||||
}}
|
||||
PaperComponent={PaperComponent}
|
||||
PaperProps={{
|
||||
onClick: () => setActiveDialog("codeeditor"),
|
||||
onClick: () => {
|
||||
if (setActiveDialog !== undefined) {
|
||||
setActiveDialog("codeeditor")
|
||||
}
|
||||
},
|
||||
style: {
|
||||
// zIndex: 12501,
|
||||
pointerEvents: "auto",
|
||||
|
||||
Reference in New Issue
Block a user