Skip to content

Commit 920f39f

Browse files
authored
fix: pagedown key issue in editor (#1303)
1 parent 73d28d4 commit 920f39f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/keyBindings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,12 +325,12 @@ export default {
325325
},
326326
pagedown: {
327327
description: "Page down",
328-
key: "PageUp",
328+
key: null,
329329
readOnly: true,
330330
},
331331
gotopagedown: {
332332
description: "Go to page down",
333-
key: null,
333+
key: "PageDown",
334334
readOnly: false,
335335
},
336336
selectpageup: {

0 commit comments

Comments
 (0)