mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-08 05:32:33 +01:00
♻️ rm hasContext
This commit is contained in:
parent
e40bc18d86
commit
d2a6c03d52
27 changed files with 31 additions and 92 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -48,7 +48,6 @@ interface IPdfAnno {
|
|||
interface IBackStack {
|
||||
id: string,
|
||||
scrollTop?: number,
|
||||
hasContext?: boolean,
|
||||
callback?: string[],
|
||||
position?: { start: number, end: number }
|
||||
protyle?: IProtyle,
|
||||
|
|
@ -157,7 +156,6 @@ declare interface IOpenFileOptions {
|
|||
position?: string, // file 或者 asset,打开位置
|
||||
page?: number | string, // asset
|
||||
mode?: TEditorMode // file
|
||||
hasContext?: boolean // file,是否带上下文
|
||||
action?: string[]
|
||||
keepCursor?: boolean // file,是否跳转到新 tab 上
|
||||
zoomIn?: boolean // 是否缩放
|
||||
|
|
|
|||
1
app/src/types/protyle.d.ts
vendored
1
app/src/types/protyle.d.ts
vendored
|
|
@ -345,7 +345,6 @@ interface IOptions {
|
|||
action?: string[],
|
||||
mode?: TEditorMode,
|
||||
blockId: string
|
||||
hasContext?: boolean
|
||||
key?: string
|
||||
defId?: string
|
||||
render?: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue