Fixed #1298 - The TreeSelect shouldn't scroll the Browser when trying to open it with the keyboard

pull/1195/head^2
Yiğit FINDIKLI 2021-05-25 15:19:21 +03:00
parent ef18051616
commit 468cc8fefd
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ export default {
case 40:
if (!this.overlayVisible && event.altKey) {
this.show();
event.preventDefault();
}
break;