mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-27 09:24:06 +01:00
This commit is contained in:
parent
3f50fdab5a
commit
fc5f24658d
3 changed files with 15 additions and 6 deletions
|
|
@ -101,6 +101,7 @@ export const bindViewEvent = (options: {
|
|||
inputElement.dataset.value = inputElement.value;
|
||||
}
|
||||
});
|
||||
inputElement.select();
|
||||
};
|
||||
|
||||
export const getViewHTML = (data: IAVTable) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue