diff --git a/app/src/protyle/render/av/render.ts b/app/src/protyle/render/av/render.ts index 605746347..079d08147 100644 --- a/app/src/protyle/render/av/render.ts +++ b/app/src/protyle/render/av/render.ts @@ -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); };