diff --git a/app/src/protyle/gutter/index.ts b/app/src/protyle/gutter/index.ts index 439a9e62a..858501d3a 100644 --- a/app/src/protyle/gutter/index.ts +++ b/app/src/protyle/gutter/index.ts @@ -313,10 +313,13 @@ export class Gutter { } if (isOnlyMeta(event)) { if (protyle.options.backlinkData) { - openFileById({ - app: protyle.app, - id, - action: [Constants.CB_GET_ALL, Constants.CB_GET_FOCUS] + checkFold(id, (zoomIn, action) => { + openFileById({ + app: protyle.app, + id, + action, + zoomIn + }); }); } else { zoomOut({protyle, id});