diff options
| author | taehoon <th.dev91@gmail.com> | 2019-07-17 13:56:27 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-10-24 15:15:33 -0400 |
| commit | c009f17651e153835babd04b1cda1cb4a24ca0a2 (patch) | |
| tree | 5073426fccc2bd71903c92562a3aa0273e915a0b /src/components/moderation_tools/moderation_tools.vue | |
| parent | c9ba37ba2cb5871fbf31881842308f503b9852bb (diff) | |
set different trigger event in desktop and mobile by default
Diffstat (limited to 'src/components/moderation_tools/moderation_tools.vue')
| -rw-r--r-- | src/components/moderation_tools/moderation_tools.vue | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/moderation_tools/moderation_tools.vue b/src/components/moderation_tools/moderation_tools.vue index d97ca3aa..006d6373 100644 --- a/src/components/moderation_tools/moderation_tools.vue +++ b/src/components/moderation_tools/moderation_tools.vue @@ -3,9 +3,7 @@ <v-popover trigger="click" class="moderation-tools-popover" - :container="false" placement="bottom-end" - :offset="5" @show="showDropDown = true" @hide="showDropDown = false" > |
