This commit is contained in:
Vanessa 2024-11-03 11:48:07 +08:00
parent 5b15802def
commit cd9baa2b67
6 changed files with 17 additions and 17 deletions

View file

@ -19,7 +19,7 @@ export const onlyProtyleCommand = (options: {
topNodeElement.nextElementSibling?.classList.contains("list") && topNodeElement.previousElementSibling.classList.contains("protyle-action")) {
topNodeElement = topNodeElement.parentElement;
}
const id = topNodeElement.getAttribute("data-node-id")
const id = topNodeElement.getAttribute("data-node-id");
if (options.protyle.options.backlinkData) {
openFileById({
app: options.protyle.app,