bill 3 anni fa
parent
commit
cd38719606
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/views/merge/index.vue

+ 1 - 0
src/views/merge/index.vue

@@ -101,6 +101,7 @@ const currentItem = ref<ActionsItem | null>(null)
 watchEffect(() => {
   if (!custom.currentModel) {
     currentItem.value = null
+    
   }
 })