Explorar o código

Adjust query selector to actually get the popover now

flxy %!s(int64=2) %!d(string=hai) anos
pai
achega
aea9f92d39
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/react_button/react_button.js

+ 1 - 1
src/components/react_button/react_button.js

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