🎨 反链面板块标打开

This commit is contained in:
Vanessa 2024-11-04 17:26:08 +08:00
parent 8bd4056a0e
commit 6ac292ff01

View File

@ -313,10 +313,13 @@ export class Gutter {
} }
if (isOnlyMeta(event)) { if (isOnlyMeta(event)) {
if (protyle.options.backlinkData) { if (protyle.options.backlinkData) {
openFileById({ checkFold(id, (zoomIn, action) => {
app: protyle.app, openFileById({
id, app: protyle.app,
action: [Constants.CB_GET_ALL, Constants.CB_GET_FOCUS] id,
action,
zoomIn
});
}); });
} else { } else {
zoomOut({protyle, id}); zoomOut({protyle, id});