@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
|
-
|
|
7652
|
+
const clearedState = await clearInput(newState);
|
|
7653
|
+
return focusInput(clearedState);
|
|
7653
7654
|
};
|
|
7654
7655
|
|
|
7655
7656
|
const handleClickReadFile = async uri => {
|