chnaged ram usage from static to dynamic

This commit is contained in:
valentijn
2024-02-06 11:25:10 +01:00
parent 2b659bfbbf
commit 4c5bf4617d
2 changed files with 1 additions and 3 deletions

View File

@@ -152,8 +152,6 @@ function resizeInput() {
}
}
function measureTextWidth(text) {
const nonBreakingSpace = '\u00A0';
const sanitizedText = text.replace(/ /g, nonBreakingSpace);