Finishing touches on putting History off QML.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adsooi 2024-10-11 02:14:42 +02:00
parent 448d94fee3
commit b91dbfb311
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
7 changed files with 12 additions and 119 deletions

View file

@ -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(", ")