mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
This commit is contained in:
parent
3de29e8bd8
commit
9ad98f7353
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ export const popTextCell = (protyle: IProtyle, cellElement: HTMLElement) => {
|
|||
const inputElement = avMaskElement.querySelector(".b3-text-field") as HTMLInputElement;
|
||||
if (inputElement) {
|
||||
inputElement.select();
|
||||
inputElement.focus();
|
||||
inputElement.addEventListener("blur", () => {
|
||||
updateCellValue(protyle, cellElement, type);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue