fix dialogs

This commit is contained in:
zadam
2020-01-21 20:54:00 +01:00
parent c83ca78565
commit 96a7b4e45e
6 changed files with 6 additions and 6 deletions

View File

@@ -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'));