@lvce-editor/chat-view 6.5.0 → 6.6.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.
@@ -7649,7 +7649,8 @@ const handleClickDictationButton = async state => {
7649
7649
 
7650
7650
  const handleClickNew = async state => {
7651
7651
  const newState = await createSession(state);
7652
- return focusInput(newState);
7652
+ const clearedState = await clearInput(newState);
7653
+ return focusInput(clearedState);
7653
7654
  };
7654
7655
 
7655
7656
  const handleClickReadFile = async uri => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/chat-view",
3
- "version": "6.5.0",
3
+ "version": "6.6.0",
4
4
  "description": "Chat View Worker",
5
5
  "repository": {
6
6
  "type": "git",