We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9400316 commit 98e0d91Copy full SHA for 98e0d91
src/main/resources/META-INF/resources/frontend/fcMarkdownEditorConnector.js
@@ -73,7 +73,7 @@
73
},
74
unobserveThemeChange: markDownEditor => {
75
// stop observing the target node for configured mutations
76
- if (markDownEditor.$connector.themeChangeObserver) {
+ if (markDownEditor?.$connector?.themeChangeObserver) {
77
markDownEditor.$connector.themeChangeObserver.disconnect();
78
markDownEditor.$connector.themeChangeObserver = null;
79
}
0 commit comments