Skip to content

Commit e49158f

Browse files
committed
update edit_file
1 parent 2318817 commit e49158f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uiflow2/html/edit_file.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141

4242
function load_file_event(e){
43-
if (e.ket == "Enter"){
43+
if (e.key == "Enter"){
4444
load_file();
4545
}
4646
}

0 commit comments

Comments
 (0)