We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd16b6 commit 5e9f233Copy full SHA for 5e9f233
src/views/editor/ActionBlock.vue
@@ -400,7 +400,7 @@ const inCustomNameEditMode = computed(() =>
400
editNameList.map((item) => item.isEditing).includes(true),
401
);
402
403
-watch(list, (newV: ActionModuleProps[]) => {
+watch(() => list, (newV: ActionModuleProps[]) => {
404
if (editNameList.length > newV.length) {
405
// delete
406
const elementsToDelete = editNameList.filter(
0 commit comments