mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
reduce unnecessary tab activation events
This commit is contained in:
@@ -11,7 +11,7 @@ export default class Component {
|
||||
async eventReceived(name, data, sync = false) {
|
||||
await this.initialized;
|
||||
|
||||
console.log(`Received ${name} to ${this.componentId}`);
|
||||
// console.log(`Received ${name} to ${this.componentId}`);
|
||||
|
||||
const fun = this[name + 'Listener'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user