Fix regression that didn't allow any events to register

This commit is contained in:
Maurice Parker
2023-11-11 12:53:12 -06:00
parent f9e7de718d
commit 96dd6cea16

View File

@@ -41,7 +41,9 @@ import Foundation
}
super.sendEvent(event)
}
super.sendEvent(event)
}
}
s