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
Update richtext.lua to add richtext.remove() (#65)
* Update richtext.lua to add richtext.remove()
Added function richtext.remove(). It's trivial to loop over the words table and do it yourself, but it looks a bit cluttered when you are attempting to delete multiple rich text tables.
* Update README.md
Add description of function richtext.remove()
* Update richtext.lua
Replace table.getn with #
0 commit comments