aboutsummaryrefslogtreecommitdiff
path: root/src/components/extra_buttons/extra_buttons.vue
diff options
context:
space:
mode:
authordave <starpumadev@gmail.com>2019-04-14 22:27:16 -0400
committertaehoon <th.dev91@gmail.com>2019-05-15 12:04:25 -0400
commit8095ce8f6263115979a784c51b79ff089a8b16d3 (patch)
treeed325123cb5112572b0e6fe9b4ccc3b403900d2b /src/components/extra_buttons/extra_buttons.vue
parent075ddc34f1e3139d8a7b6c28802347ecdbe48f34 (diff)
#468 - hide status menu after action button is clicked
Diffstat (limited to 'src/components/extra_buttons/extra_buttons.vue')
-rw-r--r--src/components/extra_buttons/extra_buttons.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/extra_buttons/extra_buttons.vue b/src/components/extra_buttons/extra_buttons.vue
index 7b86d257..b55a020f 100644
--- a/src/components/extra_buttons/extra_buttons.vue
+++ b/src/components/extra_buttons/extra_buttons.vue
@@ -3,6 +3,7 @@
trigger="click"
@hide='showDropDown = false'
append-to-body
+ v-if="showPopper"
:options="{
placement: 'top',
modifiers: {