mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-08 16:24:20 +01:00
🚨
This commit is contained in:
parent
5b15802def
commit
cd9baa2b67
6 changed files with 17 additions and 17 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue