This commit is contained in:
Vanessa 2023-06-02 10:22:31 +08:00
parent d6cbafe11f
commit d538d27aad
2 changed files with 25 additions and 8 deletions

View file

@ -149,7 +149,12 @@ interface IPdfAnno {
interface IBackStack {
id: string,
endId?: string,
data?: {
startId: string,
endId: string
path: string
notebookId: string
},
scrollTop?: number,
callback?: string[],
position?: { start: number, end: number }