@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
- // TODO fix virtual dom diffing so that input isn't destroyed and loses focus when rerendering
2041
- // await CloseWidget.closeWidget(state.uid)
2040
+ await closeWidget(state.uid);
2042
2041
  return state;
2043
2042
  };
2044
2043
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/quick-pick-worker",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/lvce-editor/quick-pick-worker.git"