pleroma-fe/src/components/react_button
Tusooa Zhu 5676b5cfc9 Fix popover not popping up
Sometimes the "focus-marker" gets clicked. In this situation,
it will trigger an open, and then a close, because the original
focus-marker was removed from the dom, so $el.contains() no
longer thinks the marker is part of the trigger! We replaced the
v-if with v-show to resolve this problem.
2022-08-22 20:28:52 +00:00
..
react_button.js Add badges to status interacting buttons 2022-08-22 20:28:52 +00:00
react_button.vue Fix popover not popping up 2022-08-22 20:28:52 +00:00