@lvce-editor/quick-pick-worker 2.0.0 → 2.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.
|
@@ -2037,8 +2037,7 @@ const handleBeforeInput = (state, inputType, data, selectionStart, selectionEnd)
|
|
|
2037
2037
|
};
|
|
2038
2038
|
|
|
2039
2039
|
const handleBlur = async state => {
|
|
2040
|
-
|
|
2041
|
-
// await CloseWidget.closeWidget(state.uid)
|
|
2040
|
+
await closeWidget(state.uid);
|
|
2042
2041
|
return state;
|
|
2043
2042
|
};
|
|
2044
2043
|
|