mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
This commit is contained in:
parent
599f575e0a
commit
af5f542bc0
1 changed files with 1 additions and 0 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue