mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 15:10:12 +01:00
🎨 反链面板块标打开
This commit is contained in:
parent
8bd4056a0e
commit
6ac292ff01
1 changed files with 7 additions and 4 deletions
|
|
@ -313,10 +313,13 @@ export class Gutter {
|
||||||
}
|
}
|
||||||
if (isOnlyMeta(event)) {
|
if (isOnlyMeta(event)) {
|
||||||
if (protyle.options.backlinkData) {
|
if (protyle.options.backlinkData) {
|
||||||
|
checkFold(id, (zoomIn, action) => {
|
||||||
openFileById({
|
openFileById({
|
||||||
app: protyle.app,
|
app: protyle.app,
|
||||||
id,
|
id,
|
||||||
action: [Constants.CB_GET_ALL, Constants.CB_GET_FOCUS]
|
action,
|
||||||
|
zoomIn
|
||||||
|
});
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
zoomOut({protyle, id});
|
zoomOut({protyle, id});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue