reduce unnecessary tab activation events

This commit is contained in:
zadam
2020-01-25 10:25:06 +01:00
parent 3254b551d8
commit 52a907651e
4 changed files with 10 additions and 10 deletions

View File

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