Skip to content

Commit

Permalink
disable expand action for reation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
odkhang committed Aug 9, 2024
1 parent bf4d36c commit 9f8bf7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion webapp/src/components/ReactionsBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export default {
border-radius: 24px
padding: 4px
transition: transform .3s ease
z-index: 9000
.bunt-icon-button
icon-button-style()
height: 27px !important
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/views/rooms/item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.stage-tool-blocker(v-if="activeStageTool !== null", @click="activeStageTool = null")
.stage-tools(v-if="modules['livestream.native'] || modules['livestream.youtube'] || modules['livestream.iframe'] || modules['call.janus']")
// Added dropdown menu for audio translations near the reactions bar
reactions-bar(:expanded="$mq.above['m'] ? true : activeStageTool === 'reaction'", @expand="activeStageTool = 'reaction'")
reactions-bar(:expanded="true", @expand="activeStageTool = 'reaction'")
AudioTranslationDropdown(v-if="languages.length > 1", :languages="languages", @languageChanged="handleLanguageChange")
media-source-placeholder(v-else-if="modules['call.bigbluebutton'] || modules['call.zoom']")
roulette(v-else-if="modules['networking.roulette'] && $features.enabled('roulette')", :module="modules['networking.roulette']", :room="room")
Expand Down

0 comments on commit 9f8bf7b

Please sign in to comment.