Skip to content

Commit

Permalink
Fix Bug Hasnayeen#335 - Removed hideMenu from closeDiscussionDetails …
Browse files Browse the repository at this point in the history
…click so that the dropdown menu will show.
  • Loading branch information
CometS1 committed Oct 22, 2018
1 parent fd0497e commit bf32c87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div v-if="discussionDetailsShown">
<div class="absolute container mx-auto md:w-5/6 lg:4/5 xl:w-3/4 xxl:w-2/3 bg-white rounded shadow-lg z-10 py-8 px-16 mb-16" style="top: 12vh;left: 0;right: 0;">
<div class="flex flex-row justify-between relative">
<div @click="closeDiscussionDetails" class="cursor-pointer" v-click-outside="hideMenu">
<div @click="closeDiscussionDetails" class="cursor-pointer">
<font-awesome-icon :icon="faArrowLeft"
class="text-base text-grey-dark">
</font-awesome-icon>
Expand Down

0 comments on commit bf32c87

Please sign in to comment.