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.
1 parent be7abdd commit cc6ad4fCopy full SHA for cc6ad4f
src/lib/Room/RoomFooter/RoomFooter.vue
@@ -361,7 +361,10 @@ export default {
361
})
362
363
this.getTextareaRef().addEventListener('blur', () => {
364
- this.resetFooterList()
+ setTimeout(() => {
365
+ this.resetFooterList()
366
+ }, 100)
367
+
368
if (isMobile) setTimeout(() => (this.keepKeyboardOpen = false))
369
370
},
0 commit comments