Skip to content

Commit

Permalink
fix do_keyb_process is not a function error
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-consulting-service-limited authored Mar 21, 2024
1 parent 1cbc65c commit bc83f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ <h2>Xpra Bug Report</h2>
key: key,
code: key,
};
client.do_keyb_process(pressed, e);
client._keyb_process(pressed, e);
}
const keyboard = getboolparam("keyboard", Utilities.isMobile());
if (!keyboard) {
Expand Down

0 comments on commit bc83f23

Please sign in to comment.