Skip to content

Commit 5e9f233

Browse files
authored
Update ActionBlock.vue
1 parent 4cd16b6 commit 5e9f233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/editor/ActionBlock.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ const inCustomNameEditMode = computed(() =>
400400
editNameList.map((item) => item.isEditing).includes(true),
401401
);
402402
403-
watch(list, (newV: ActionModuleProps[]) => {
403+
watch(() => list, (newV: ActionModuleProps[]) => {
404404
if (editNameList.length > newV.length) {
405405
// delete
406406
const elementsToDelete = editNameList.filter(

0 commit comments

Comments
 (0)