From 5676b5cfc971edd1ce70763548b03c51963e8301 Mon Sep 17 00:00:00 2001 From: Tusooa Zhu Date: Sat, 16 Apr 2022 15:27:35 -0400 Subject: [PATCH] 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. --- src/components/extra_buttons/extra_buttons.vue | 4 ++-- src/components/react_button/react_button.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/extra_buttons/extra_buttons.vue b/src/components/extra_buttons/extra_buttons.vue index ae50c316..335aabb6 100644 --- a/src/components/extra_buttons/extra_buttons.vue +++ b/src/components/extra_buttons/extra_buttons.vue @@ -130,13 +130,13 @@ icon="ellipsis-h" />