Vanessa 2023-12-19 08:33:11 +08:00
parent 279850f511
commit 9efe61af7c

View file

@ -305,5 +305,5 @@ export const refreshAV = (protyle: IProtyle, operation: IOperation, isUndo: bool
(operation.action === "removeAttrViewView" ? null : undefined));
});
}
}, 100);
}, ["insertAttrViewBlock", "addAttrViewCol"].includes(operation.action) ? 2 : 100);
};