You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest having some sort of AbstractText class containing all common parts (where it is sensible) and then have Text and MarkupText as extensions of AbstractClass.
There is a significant copy-pasting of the same code, for
Text
andMarkupText
, instead if needs to be cleaned up so it is more maintainable.The text was updated successfully, but these errors were encountered: