vim-web 0.3.44-dev.64 → 0.3.44-dev.66

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.
package/dist/vim-web.js CHANGED
@@ -74692,6 +74692,7 @@ function useStateRef(initialValue) {
74692
74692
  return ref.current;
74693
74693
  },
74694
74694
  set: set3,
74695
+ onChange: event.current.asEvent(),
74695
74696
  /**
74696
74697
  * Confirms the current state by applying the confirm function and updating the state.
74697
74698
  */