mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
smaller fixes
This commit is contained in:
@@ -10,8 +10,6 @@ class BasicWidget extends Component {
|
||||
$widget.find("[data-trigger-event]").on('click', e => {
|
||||
const eventName = $(e.target).attr('data-trigger-event');
|
||||
|
||||
console.log("Triggering " + eventName);
|
||||
|
||||
this.appContext.trigger(eventName);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user