mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-24 07:54:07 +01:00
🎨 页面内容变化时保持 av 头尾
This commit is contained in:
parent
8641d0c6b2
commit
efd0828b9d
7 changed files with 79 additions and 63 deletions
2
app/src/types/protyle.d.ts
vendored
2
app/src/types/protyle.d.ts
vendored
|
|
@ -431,6 +431,8 @@ interface IOptions {
|
|||
|
||||
interface IProtyle {
|
||||
getInstance: () => import("../protyle").Protyle,
|
||||
observerLoad?: ResizeObserver,
|
||||
observer?: ResizeObserver,
|
||||
app: import("../index").App,
|
||||
transactionTime: number,
|
||||
id: string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue