@lvce-editor/explorer-view 1.13.0 → 1.15.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.
@@ -3243,7 +3243,7 @@ const getSavedRoot$1 = (savedState, workspacePath) => {
3243
3243
  return workspacePath;
3244
3244
  };
3245
3245
  const loadContent = async (state, savedState) => {
3246
- const useChevrons = true;
3246
+ const useChevrons = false;
3247
3247
  const workspacePath = await getWorkspacePath();
3248
3248
  const root = getSavedRoot$1(savedState, workspacePath);
3249
3249
  // TODO path separator could be restored from saved state
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/explorer-view",
3
- "version": "1.13.0",
3
+ "version": "1.15.0",
4
4
  "description": "Explorer Worker",
5
5
  "main": "dist/explorerViewWorkerMain.js",
6
6
  "type": "module",