You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
modo-lv
changed the title
Event handler filter is ignored if more than one event ID is registered in the same call
Event handler filter is ignored if more than one event ID is specified in registerMar 21, 2021
Describe the Bug
Event handler filter function is never called if more than one event ID is specified when registering an event.
To Reproduce
Use
event.register
to define an event handler for more than one event, and also set a filter — the filter is never called.Save file & Username
No save file, since it's not save-dependent, but here's the code to reproduce:
"Testing" will never get printed. It works fine if only one event ID is specified, without using a table.
Log file
Nothing to log.
The text was updated successfully, but these errors were encountered: