mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-09 21:04:25 +08:00
🎨 反链面板块标打开
This commit is contained in:
parent
8bd4056a0e
commit
6ac292ff01
@ -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});
|
||||
|
Loading…
Reference in New Issue
Block a user