@lvce-editor/file-search-worker 3.14.0 → 3.15.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.
|
@@ -2789,7 +2789,7 @@ const focusPrevious = state => {
|
|
|
2789
2789
|
return focusIndex(state, previousIndex);
|
|
2790
2790
|
};
|
|
2791
2791
|
|
|
2792
|
-
const commandIds = ['handleBlur', 'handleClickAt', 'handleWheel', 'selectCurrentIndex', 'selectIndex', 'selectItem', 'focusFirst', 'focusIndex', 'focusLast', 'focusNext', 'focusPrevious', 'handleInput', 'handleBeforeInput'];
|
|
2792
|
+
const commandIds = ['handleBlur', 'handleClickAt', 'handleWheel', 'selectCurrentIndex', 'selectIndex', 'selectItem', 'focusFirst', 'focusIndex', 'focusLast', 'focusNext', 'focusPrevious', 'setValue', 'handleInput', 'handleBeforeInput'];
|
|
2793
2793
|
const getCommandIds = () => {
|
|
2794
2794
|
return commandIds;
|
|
2795
2795
|
};
|