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
I've tried to add target function to get an element that caused an event. The Event module does not see the Elements (it's the other way around at the moment). I am wondering whether it wouldn't be better for the Event to depend on Elements (this would require to move onXXX functions there), but this would also require to remove abstract from Element, as its constructor would now be used in other module.
So maybe it's better to just merge those two? Any other ideas?
The text was updated successfully, but these errors were encountered:
I don't think that removing abstract from Element would be a good idea. If you need to merge the two modules to get your stuff going, give it a shot. I'll check out the PR and will most likely merge it :) Go for it!
I've tried to add
target
function to get an element that caused an event. TheEvent
module does not see theElements
(it's the other way around at the moment). I am wondering whether it wouldn't be better for theEvent
to depend onElements
(this would require to move onXXX functions there), but this would also require to remove abstract fromElement
, as its constructor would now be used in other module.So maybe it's better to just merge those two? Any other ideas?
The text was updated successfully, but these errors were encountered: