BUGFIX: Running scripts may be loaded before main UI (#1726)

This commit is contained in:
catloversg
2025-07-06 08:10:51 +07:00
committed by GitHub
parent 970292bedb
commit 9b59fcbb5f
7 changed files with 159 additions and 39 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export class EventEmitter<T extends any[]> {
}
}
hasSubscibers(): boolean {
hasSubscribers(): boolean {
return this.subscribers.size > 0;
}
}