This commit is contained in:
parent
279850f511
commit
9efe61af7c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue