We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9f57a6 + 79ffcc8 commit bbafe70Copy full SHA for bbafe70
src/components/MessagesList/MessagesGroup/Message/MessageButtonsBar/MessageButtonsBar.vue
@@ -246,7 +246,7 @@
246
</template>
247
</NcButton>
248
249
- <NcEmojiPicker :container="`${messageContainer} .message-buttons-bar`"
+ <NcEmojiPicker :container="mainContainer"
250
:boundary="boundariesElement"
251
placement="auto"
252
@select="handleReactionClick"
@@ -503,6 +503,10 @@ export default {
503
return this.$store.getters.conversation(this.token)
504
},
505
506
+ mainContainer() {
507
+ return this.$store.getters.getMainContainerSelector()
508
+ },
509
+
510
messageContainer() {
511
return `#message_${this.id}`
512
0 commit comments