diff --git a/src/js/script.js b/src/js/script.js index 8c723574d..3c53f4752 100644 --- a/src/js/script.js +++ b/src/js/script.js @@ -4837,7 +4837,11 @@ $(document).keyup((event) => { }); $(document).keydown(function (event) { - if (!event.originalEvent.isTrusted) return; + if ( + !(activeFunBox == "nospace" && event.key == " ") && + !event.originalEvent.isTrusted + ) + return; if (!resultVisible) { let now = performance.now();