mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
fix dialogs
This commit is contained in:
@@ -32,7 +32,7 @@ export default class NoteActionsWidget extends TabAwareWidget {
|
||||
this.$showLinkMapButton.on('click', e => this.triggerEvent(e, 'showLinkMap'));
|
||||
|
||||
this.$showSourceButton = this.$widget.find('.show-source-button');
|
||||
this.$showSourceButton.on('click', e => this.triggerEvent(e, 'showSource'));
|
||||
this.$showSourceButton.on('click', e => this.triggerEvent(e, 'showNoteSource'));
|
||||
|
||||
this.$showNoteInfoButton = this.$widget.find('.show-note-info-button');
|
||||
this.$showNoteInfoButton.on('click', e => this.triggerEvent(e, 'showNoteInfo'));
|
||||
|
||||
Reference in New Issue
Block a user