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 think the copy methods should be let copy = View(original) instead of let copy = View(copy: original). Or at least let copy = View(byCopying: original). This should go on the 1.2.x branch.
The
TextShape
class currently doesn't have the same commoncopy
method that other objects do.The text was updated successfully, but these errors were encountered: