Finishing touches on putting History off QML.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
448d94fee3
commit
b91dbfb311
7 changed files with 12 additions and 119 deletions
|
@ -58,7 +58,6 @@ export class BaseEventEmitter {
|
|||
for(const type of eventType.split(" "))
|
||||
this.on(type, eventListener)
|
||||
else {
|
||||
console.log("Listening to", eventType)
|
||||
if(!this.constructor.emits.includes(eventType)) {
|
||||
const className = this.constructor.name
|
||||
const eventTypes = this.constructor.emits.join(", ")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue