We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2318817 commit e49158fCopy full SHA for e49158f
uiflow2/html/edit_file.html
@@ -40,7 +40,7 @@
40
41
42
function load_file_event(e){
43
- if (e.ket == "Enter"){
+ if (e.key == "Enter"){
44
load_file();
45
}
46
0 commit comments