@mhamz.01/easyflow-texteditor 0.1.83 → 0.1.85

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.
package/dist/index.mjs CHANGED
@@ -948,6 +948,7 @@ var AppSidebar = memo5(
948
948
  ) }, tab.id)) }) })
949
949
  ] }) }) });
950
950
  }
951
+ // Removed memo comparison - let React handle it naturally
951
952
  );
952
953
 
953
954
  // src/contexts/EditorBridge.tsx
@@ -1258,7 +1259,8 @@ function EditorLayout({ children, onChange, initialTabs, onTabsChange }) {
1258
1259
  onRename: renameTab,
1259
1260
  onDelete: deleteTab,
1260
1261
  onRenameSubTab: renameSubTab,
1261
- onDeleteSubTab: deleteSubTab
1262
+ onDeleteSubTab: deleteSubTab,
1263
+ content: void 0
1262
1264
  }
1263
1265
  ),
1264
1266
  /* @__PURE__ */ jsxs8(SidebarInset, { className: "flex flex-col flex-1 min-h-0 overflow-hidden", children: [