This commit is contained in:
Vanessa 2022-10-15 12:31:45 +08:00
parent eaf1cbbb2e
commit bfdc579a06

View File

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