Skip to content

Commit 36fd3d1

Browse files
authored
fix(f6 fast navigation): fix behaviour on windows browsers (#4886)
1 parent 479d18d commit 36fd3d1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

packages/base/hash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
832m2y9yrPQQPyfeBaLIiYdnpJw=
1+
+ZejWbVMyPZM2/geaZKILrThMxw=

packages/base/src/features/F6Navigation.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ class F6Navigation {
1515
}
1616

1717
async _keydownHandler(event) {
18+
event.preventDefault();
19+
1820
if (isF6Next(event)) {
1921
this.updateGroups();
2022
if (this.groups.length < 1) {

packages/icons/hash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6ZCB5hn750yo6T99FLIYGK6aZrw=
1+
7VzcmEcYxtE7wVmOzRt3OMKM/sY=

0 commit comments

Comments
 (0)