chore: working with builder xml require vs dynamic import wip

This commit is contained in:
Nathan Walker
2025-07-22 14:37:11 -07:00
parent b4579d1d2f
commit 0ba0ab0d59
23 changed files with 141 additions and 121 deletions

View File

@@ -410,6 +410,7 @@ export class Observable {
this._globalNotify(eventClass, 'First', dataWithObject);
const observers = this._observers[data.eventName];
console.log('notify called for event:', data.eventName, 'with observers:', observers);
if (observers) {
Observable._handleEvent(observers, dataWithObject);
}