diff --git a/apps/jingrow/frontend/src/views/tools/RemoveBackground.vue b/apps/jingrow/frontend/src/views/tools/RemoveBackground.vue index a501dbe..619c140 100644 --- a/apps/jingrow/frontend/src/views/tools/RemoveBackground.vue +++ b/apps/jingrow/frontend/src/views/tools/RemoveBackground.vue @@ -530,6 +530,7 @@ const removeHistoryItem = (index: number) => { if (historyList.value.length === 0) { currentHistoryIndex.value = -1 + resetUpload() return }