This commit is contained in:
Vanessa 2022-10-15 12:33:54 +08:00
parent bfdc579a06
commit 096e8166e9

View file

@ -178,7 +178,6 @@ export class Backlink extends Model {
ctrlClick(element) {
openFileById({
id: element.getAttribute("data-node-id"),
keepCursor: true,
action: [Constants.CB_GET_CONTEXT]
});
},