mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-09-21 06:00:11 +08:00
feat: 更新搜索逻辑
现在更换app类别时将默认清空搜索。
This commit is contained in:
@@ -159,10 +159,9 @@ const onProgress = (_event: any, chunk: string) => {
|
||||
scrollToBottom();
|
||||
};
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
const onComplete = (
|
||||
_event: any,
|
||||
result: { success: boolean; message: any },
|
||||
_event: unknown,
|
||||
result: { success: boolean; message: unknown },
|
||||
) => {
|
||||
if (!uninstalling.value) return; // Ignore if not current session
|
||||
|
||||
|
||||
Reference in New Issue
Block a user