@lvce-editor/extension-search-view 6.3.0 → 6.4.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.
@@ -1617,7 +1617,7 @@ const handleChange = async (state, update) => {
1617
1617
  ...update
1618
1618
  };
1619
1619
  try {
1620
- const value = fullNewState.searchValue;
1620
+ const value = fullNewState.searchValue.trim();
1621
1621
  const {
1622
1622
  inputSource
1623
1623
  } = fullNewState;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/extension-search-view",
3
- "version": "6.3.0",
3
+ "version": "6.4.0",
4
4
  "description": "Extension Search View Worker",
5
5
  "repository": {
6
6
  "type": "git",