@mhamz.01/easyflow-texteditor 0.1.85 → 0.1.87
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.css +240 -176
- package/dist/index.css.map +1 -1
- package/dist/index.js +3 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -751,8 +751,7 @@ var SubTabItem = memo3(
|
|
|
751
751
|
]
|
|
752
752
|
}
|
|
753
753
|
);
|
|
754
|
-
}
|
|
755
|
-
(prev, next) => prev.subTab.id === next.subTab.id && prev.subTab.title === next.subTab.title && prev.isActive === next.isActive
|
|
754
|
+
}
|
|
756
755
|
);
|
|
757
756
|
|
|
758
757
|
// src/components/sidebar/tabItem.tsx
|
|
@@ -897,8 +896,8 @@ var TabItem = memo4(
|
|
|
897
896
|
]
|
|
898
897
|
}
|
|
899
898
|
);
|
|
900
|
-
}
|
|
901
|
-
|
|
899
|
+
}
|
|
900
|
+
// Removed memo comparison - let React handle re-renders naturally
|
|
902
901
|
);
|
|
903
902
|
|
|
904
903
|
// src/components/sidebar/EditorSidebar.tsx
|