@@ -185,6 +185,8 @@ export default class HomeView extends AccountMixin {
msg: this.value,
},
];
+ this.value = "";
+
const res = await textToImage({
q: this.value.trim(),
});