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