@lvce-editor/test-worker 14.13.0 → 14.14.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
|
@@ -2034,7 +2034,7 @@ const handleInputFocus = async () => {
|
|
|
2034
2034
|
return execute$1('Chat.handleInputFocus', 'chat-list');
|
|
2035
2035
|
};
|
|
2036
2036
|
const openDebugView = async () => {
|
|
2037
|
-
return execute$1('Chat.
|
|
2037
|
+
return execute$1('Chat.openDebugView');
|
|
2038
2038
|
};
|
|
2039
2039
|
const chatListFocusPrevious = async () => {
|
|
2040
2040
|
return execute$1('Chat.chatListFocusPrevious');
|