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:
|
||||
if (!this.overlayVisible && event.altKey) {
|
||||
this.show();
|
||||
event.preventDefault();
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue