diff --git a/public/script.js b/public/script.js index 7267d0296..001cc72fc 100644 --- a/public/script.js +++ b/public/script.js @@ -6047,9 +6047,6 @@ export function cleanUpMessage({ getMessage, isImpersonate, isContinue, displayI if (startIndex >= 0) { getMessage = getMessage.substring(0, startIndex); } - - // remove any whitespace at the beginning - getMessage = getMessage.trimStart(); } }