mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 07:15:51 +01:00
refactoring of pane => split, "pane" keeps its old meaning (left-pane, center-pane, right-pane)
This commit is contained in:
@@ -5,8 +5,8 @@ export default class CreatePaneButton extends ButtonWidget {
|
||||
super();
|
||||
|
||||
this.icon("bx-dock-right")
|
||||
.title("Create new pane")
|
||||
.title("Create new split")
|
||||
.titlePlacement("bottom")
|
||||
.onClick(widget => widget.triggerCommand("openNewPane", { ntxId: widget.getNtxId() }));
|
||||
.onClick(widget => widget.triggerCommand("openNewNoteSplit", { ntxId: widget.getNtxId() }));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user