Pick a better query selector

remove-mods-files
flxy 2 years ago
parent aea9f92d39
commit d81fdafacb

@ -41,7 +41,7 @@ const ReactButton = {
},
focusInput () {
this.$nextTick(() => {
const input = document.querySelector('.popover.ReactButton').querySelector('input')
const input = document.querySelector('.reaction-picker-filter > input')
if (input) input.focus()
})
},

Loading…
Cancel
Save