mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 22:35:50 +01:00
converted relation map buttons to floating pattern
This commit is contained in:
@@ -18,7 +18,7 @@ export default class ClosePaneButton extends ButtonWidget {
|
||||
// pane (which is being removed)
|
||||
e.stopPropagation();
|
||||
|
||||
widget.triggerCommand("closeThisNoteSplit", { ntxId: widget.getNtxId() });
|
||||
widget.triggerCommand("closeThisNoteSplit", { ntxId: widget.getClosestNtxId() });
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user