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