@mhamz.01/easyflow-texteditor 0.1.82 → 0.1.83
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 +24 -24
- package/dist/index.css.map +1 -1
- package/dist/index.js +0 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1009,9 +1009,6 @@ var AppSidebar = (0, import_react5.memo)(
|
|
|
1009
1009
|
}
|
|
1010
1010
|
) }, tab.id)) }) })
|
|
1011
1011
|
] }) }) });
|
|
1012
|
-
},
|
|
1013
|
-
(prevProps, nextProps) => {
|
|
1014
|
-
return JSON.stringify(prevProps.tabs) === JSON.stringify(nextProps.tabs) && prevProps.activeTabId === nextProps.activeTabId && prevProps.activeSubTabId === nextProps.activeSubTabId;
|
|
1015
1012
|
}
|
|
1016
1013
|
);
|
|
1017
1014
|
|