Vanessa 2026-01-16 11:51:55 +08:00
parent 88e1f0312c
commit 96ad8e95e5
3 changed files with 18 additions and 13 deletions

View file

@ -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) => {