@lvce-editor/explorer-view 7.23.0 → 7.23.1

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.
@@ -7294,10 +7294,10 @@ const renderFocus = (oldState, newState) => {
7294
7294
  return [];
7295
7295
  }
7296
7296
  if (newState.focus === Input$1) {
7297
- return [FocusElementByName, ExplorerInput];
7297
+ return [FocusElementByName, newState.uid, ExplorerInput];
7298
7298
  }
7299
7299
  if (newState.focus === List) {
7300
- return [FocusSelector, '.ListItems'];
7300
+ return [FocusSelector, newState.uid, '.ListItems'];
7301
7301
  }
7302
7302
  // TODO
7303
7303
  // 1. when focused, focus the outer list element
@@ -7708,7 +7708,7 @@ const renderValue = (oldState, newState) => {
7708
7708
  return [];
7709
7709
  }
7710
7710
  if (newState.focus === Input$1) {
7711
- return ['Viewlet.setValueByName', ExplorerInput, newState.editingValue];
7711
+ return ['Viewlet.setValueByName', newState.uid, ExplorerInput, newState.editingValue];
7712
7712
  }
7713
7713
  return [];
7714
7714
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/explorer-view",
3
- "version": "7.23.0",
3
+ "version": "7.23.1",
4
4
  "description": "Explorer Worker",
5
5
  "repository": {
6
6
  "type": "git",