@lvce-editor/test-worker 5.17.0 → 5.18.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.
- package/dist/testWorkerMain.js +1 -1
- package/package.json +1 -1
package/dist/testWorkerMain.js
CHANGED
|
@@ -2991,7 +2991,7 @@ const show$1 = async () => {
|
|
|
2991
2991
|
};
|
|
2992
2992
|
const handleFilterInput = async text => {
|
|
2993
2993
|
// @ts-ignore
|
|
2994
|
-
await invoke$1('Problems.handleFilterInput', text);
|
|
2994
|
+
await invoke$1('Problems.handleFilterInput', text, Script);
|
|
2995
2995
|
};
|
|
2996
2996
|
const copyMessage = async () => {
|
|
2997
2997
|
// @ts-ignore
|