@lvce-editor/title-bar-worker 4.17.0 → 4.17.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.
@@ -4142,7 +4142,7 @@ const renderFocusedIndex = (oldState, newState) => {
4142
4142
  if (newState.focusedIndex === -1) {
4143
4143
  return [];
4144
4144
  }
4145
- return [FocusSelector, '.ViewletTitleBarMenuBar'];
4145
+ return [FocusSelector, newState.uid, '.ViewletTitleBarMenuBar'];
4146
4146
  };
4147
4147
 
4148
4148
  const MaskIconCheck = 'MaskIconCheck';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/title-bar-worker",
3
- "version": "4.17.0",
3
+ "version": "4.17.1",
4
4
  "description": "Title Bar Worker",
5
5
  "repository": {
6
6
  "type": "git",