diff --git a/src/truth-table.tsx b/src/truth-table.tsx index 62155ef..7247e45 100644 --- a/src/truth-table.tsx +++ b/src/truth-table.tsx @@ -79,7 +79,7 @@ const TruthTablePage: Component = () => { e.preventDefault(); // Stops the page from reloading onClick let exp = getInputElement()?.value; - exp = exp.replaceAll("|", "/") + exp = exp.replaceAll("|", "/").trimEnd(); if (exp) { history.pushState(null, "", `?exp=${ encodeURIComponent(exp) }&simplify=${ simplifyEnabled() }&