todos, QoL

This commit is contained in:
Bel LaPointe
2021-02-28 02:25:04 -06:00
parent 8feeceffe4
commit 70f5311d4e
2 changed files with 15 additions and 3 deletions

View File

@@ -1693,7 +1693,7 @@
*/
function Note(text)
{
this.text = text;
this.text = text.trim();
this.raw = false;
this.min = false;
}