nextcloud-vue icon indicating copy to clipboard operation
nextcloud-vue copied to clipboard

Fix emoji picker and Popover no-Auto-Focus

Open skjnldsv opened this issue 2 years ago • 0 comments

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

skjnldsv avatar Oct 04 '22 10:10 skjnldsv