nextcloud-vue
nextcloud-vue copied to clipboard
Fix emoji picker and Popover no-Auto-Focus
See https://github.com/Akryum/floating-vue/pull/894
Because the Popover always focuses after the event is emitted, we need to make sure to wait after the render (nextTick) to properly focus on another element. Also implementing a way around the library to mitigate the focus priority until the new PR above is merged
fix https://github.com/nextcloud/nextcloud-vue/issues/3332