Vanessa 2023-10-26 23:26:59 +08:00
parent 599f575e0a
commit af5f542bc0

View file

@ -413,6 +413,7 @@ 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) => {