This commit is contained in:
Vanessa 2023-10-26 23:59:59 +08:00
parent 8f15b0f4ac
commit d4f5918c4e
2 changed files with 1 additions and 2 deletions

View file

@ -413,7 +413,6 @@ export const popTextCell = (protyle: IProtyle, cellElements: HTMLElement[], type
if (inputElement) {
inputElement.select();
inputElement.focus();
inputElement.scrollIntoView();
if (blockElement && type === "template") {
fetchPost("/api/av/renderAttributeView", {id: blockElement.dataset.avId}, (response) => {
response.data.view.columns.find((item: IAVColumn) => {