@lvce-editor/status-bar-worker 3.16.3 → 3.16.4
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.
|
@@ -1707,14 +1707,10 @@ const getStatusBarVirtualDom = (statusBarItemsLeft, statusBarItemsRight) => {
|
|
|
1707
1707
|
|
|
1708
1708
|
const renderItems = (oldState, newState) => {
|
|
1709
1709
|
const {
|
|
1710
|
-
initial,
|
|
1711
1710
|
statusBarItemsLeft,
|
|
1712
1711
|
statusBarItemsRight,
|
|
1713
1712
|
uid
|
|
1714
1713
|
} = newState;
|
|
1715
|
-
if (initial) {
|
|
1716
|
-
return [];
|
|
1717
|
-
}
|
|
1718
1714
|
const dom = getStatusBarVirtualDom(statusBarItemsLeft, statusBarItemsRight);
|
|
1719
1715
|
return [SetDom2, uid, dom];
|
|
1720
1716
|
};
|