mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 01:05:49 +01:00
removed last global keyboard handlers
This commit is contained in:
@@ -64,7 +64,7 @@ const TPL = `
|
||||
</div>`;
|
||||
|
||||
export default class StandardTopWidget extends BasicWidget {
|
||||
render() {
|
||||
doRender() {
|
||||
this.$widget = $(TPL);
|
||||
|
||||
const historyNavigationWidget = new HistoryNavigationWidget(this.appContext);
|
||||
|
||||
Reference in New Issue
Block a user