todos, QoL
This commit is contained in:
@@ -1693,7 +1693,7 @@
|
||||
*/
|
||||
function Note(text)
|
||||
{
|
||||
this.text = text;
|
||||
this.text = text.trim();
|
||||
this.raw = false;
|
||||
this.min = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user