Fixed #1298 - The TreeSelect shouldn't scroll the Browser when trying to open it with the keyboard
parent
ef18051616
commit
468cc8fefd
|
@ -180,6 +180,7 @@ export default {
|
||||||
case 40:
|
case 40:
|
||||||
if (!this.overlayVisible && event.altKey) {
|
if (!this.overlayVisible && event.altKey) {
|
||||||
this.show();
|
this.show();
|
||||||
|
event.preventDefault();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue