diff --git a/ui/src/components/field/QField.js b/ui/src/components/field/QField.js index 562595ab1ef..cc74b180682 100644 --- a/ui/src/components/field/QField.js +++ b/ui/src/components/field/QField.js @@ -237,11 +237,6 @@ export default Vue.extend({ methods: { focus () { - if (this.showPopup !== void 0) { - this.showPopup() - return - } - this.__focus() },