mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 06:02:33 +01:00
This commit is contained in:
parent
88e1f0312c
commit
96ad8e95e5
3 changed files with 18 additions and 13 deletions
|
|
@ -63,6 +63,7 @@ export const processSYLink = (app: App, url: string) => {
|
|||
if (urlObj && isSYProtocol(url)) {
|
||||
const id = getIdFromSYProtocol(url);
|
||||
const focus = urlObj.searchParams.get("focus") === "1";
|
||||
window.siyuan.editorIsFullscreen = urlObj.searchParams.get("fullscreen") === "1";
|
||||
fetchPost("/api/block/checkBlockExist", {id}, existResponse => {
|
||||
if (existResponse.data) {
|
||||
checkFold(id, (zoomIn) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue