Files
zulip/static/js
Tim Abbott ec3e5e844a reactions: Clean up popovers and hover logic.
Previously, the emoji reactions popovers were keyed off the
edit_content area, which is problematic because that area was
created/deleted on hover, resulting in orphaned popovers (which
wouldn't close properly normally).  That had been hackishly addressed
in the original PR with the overbroad `$('.popover').remove();`.  To
remove that, we fix the actions popover to always be based on an
element that exists in the page.

There probably more to do here, but this is good enough to merge emoji
reactions and iterate from here.
2016-12-30 21:42:54 -08:00
..
2016-12-29 06:01:33 -08:00
2016-12-29 06:01:33 -08:00
2016-12-07 16:11:52 -08:00
2016-12-29 06:01:33 -08:00
2016-12-07 16:11:52 -08:00