@flozy/editor 10.7.8 → 10.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -145,6 +145,7 @@ export const useEditorTheme = () => {
|
|
145
145
|
const {
|
146
146
|
theme
|
147
147
|
} = pageProps || {};
|
148
|
+
console.log("Editor debugger===>", defaultTheme);
|
148
149
|
return {
|
149
150
|
selectedTheme: theme?.theme || defaultTheme?.theme,
|
150
151
|
updateTheme: (update, actionData) => updateTheme(editor, pageSt, update, actionData, triggerRender),
|