mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
title row spacing
This commit is contained in:
@@ -66,7 +66,8 @@ export default class StandardTopWidget extends BasicWidget {
|
||||
doRender() {
|
||||
this.$widget = $(TPL);
|
||||
|
||||
const historyNavigationWidget = new HistoryNavigationWidget(this);
|
||||
const historyNavigationWidget = new HistoryNavigationWidget();
|
||||
this.child(historyNavigationWidget);
|
||||
|
||||
this.$widget.prepend(historyNavigationWidget.render());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user