mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
converted relation map buttons to floating pattern
This commit is contained in:
@@ -7,6 +7,6 @@ export default class CreatePaneButton extends ButtonWidget {
|
||||
this.icon("bx-dock-right")
|
||||
.title("Create new split")
|
||||
.titlePlacement("bottom")
|
||||
.onClick(widget => widget.triggerCommand("openNewNoteSplit", { ntxId: widget.getNtxId() }));
|
||||
.onClick(widget => widget.triggerCommand("openNewNoteSplit", { ntxId: widget.getClosestNtxId() }));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user