mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-12 07:32:34 +01:00
This commit is contained in:
parent
8f15b0f4ac
commit
d4f5918c4e
2 changed files with 1 additions and 2 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue