@flozy/editor 10.8.5 → 10.8.6

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.
@@ -146,6 +146,7 @@ export const useEditorTheme = () => {
146
146
  theme
147
147
  } = pageProps || {};
148
148
  const fallbackTheme = baseTheme?.theme || {};
149
+ console.log("fallbackTheme", fallbackTheme, baseTheme);
149
150
  return {
150
151
  selectedTheme: theme?.theme || fallbackTheme,
151
152
  updateTheme: (update, actionData) => updateTheme(editor, pageSt, update, actionData, triggerRender),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "10.8.5",
3
+ "version": "10.8.6",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"