2
0
Эх сурвалжийг харах

fix default htmltext format text

trethaller 5 жил өмнө
parent
commit
d5ce297bb9
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      h2d/HtmlText.hx

+ 1 - 1
h2d/HtmlText.hx

@@ -37,7 +37,7 @@ class HtmlText extends Text {
 		A default method HtmlText uses to format assigned text.
 	**/
 	public static dynamic function defaultFormatText( text : String ) : String {
-		return null;
+		return text;
 	}
 
 	public var condenseWhite(default,set) : Bool = true;