@lvce-editor/renderer-process 14.5.0 → 14.6.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.
|
@@ -7952,7 +7952,8 @@ const setActionsDom$1 = (state, actions, childUid) => {
|
|
|
7952
7952
|
throw new Error(`child instance not found`);
|
|
7953
7953
|
}
|
|
7954
7954
|
const eventMap = instance.factory.EventMap;
|
|
7955
|
-
|
|
7955
|
+
setComponentUid($PanelActions, childUid);
|
|
7956
|
+
rememberFocus($PanelActions, actions, eventMap, childUid);
|
|
7956
7957
|
};
|
|
7957
7958
|
|
|
7958
7959
|
const ViewletPanel = {
|