From 5676b5cfc971edd1ce70763548b03c51963e8301 Mon Sep 17 00:00:00 2001 From: Tusooa Zhu Date: Sat, 16 Apr 2022 15:27:35 -0400 Subject: 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/react_button/react_button.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/react_button') diff --git a/src/components/react_button/react_button.vue b/src/components/react_button/react_button.vue index 8fa4d08b..feb95013 100644 --- a/src/components/react_button/react_button.vue +++ b/src/components/react_button/react_button.vue @@ -53,13 +53,13 @@ :icon="['far', 'smile-beam']" />