racehub/om-bootstrap

Dropdown mixin doesn't unregister global event handlers

brendanyounger opened this issue · 3 comments

The function unbind-root-close-handlers! calls map to unbind the global event handlers for a dropdown, but map is lazy, so there is not guarantee they will be called. Should be mapv or doseq, etc.

Good call. Does this fix your issue? #76

Let me know what you think and I can merge and cut a new release.

Thanks!

PR #76 fixes the issue for me.

Okay, excellent. Just pushed 0.5.3.