mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
Merge branch 'master' into feat/capacitor-new
This commit is contained in:
@@ -55,7 +55,6 @@ export interface LogseqContextValue {
|
||||
queryBlockByUUID: (uuid: string) => any
|
||||
getBlockPageName: (uuid: string) => string
|
||||
getRedirectPageName: (uuidOrPageName: string) => string
|
||||
insertFirstPageBlock: (pageName: string) => string
|
||||
isWhiteboardPage: (pageName: string) => boolean
|
||||
isMobile: () => boolean
|
||||
saveAsset: (file: File) => Promise<string>
|
||||
|
||||
Reference in New Issue
Block a user