Fixed #984 - OverlayPanel with input closes when typing on mobile
parent
5efaf616e1
commit
247cc64be3
|
@ -197,7 +197,7 @@ export default {
|
|||
bindResizeListener() {
|
||||
if (!this.resizeListener) {
|
||||
this.resizeListener = () => {
|
||||
if (this.visible) {
|
||||
if (this.visible && !DomHandler.isAndroid()) {
|
||||
this.visible = false;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue