@lvce-editor/activity-bar-worker 5.0.0 → 5.1.0

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.
@@ -1860,7 +1860,7 @@ const markSelected = (items, selectedIndex) => {
1860
1860
  };
1861
1861
 
1862
1862
  const toggle = async id => {
1863
- await invoke('SideBar.toggle', id);
1863
+ await invoke('Layout.toggleSideBarView', id);
1864
1864
  };
1865
1865
 
1866
1866
  const getSideBarChange = (sideBarVisible, currentViewletId, viewletId) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/activity-bar-worker",
3
- "version": "5.0.0",
3
+ "version": "5.1.0",
4
4
  "description": "Explorer Worker",
5
5
  "repository": {
6
6
  "type": "git",