folaoluwafemi / rich_text_editor_controller

MIT License
25 stars 4 forks source link

Color extension fix #1

Closed developerjamiu closed 1 year ago

developerjamiu commented 1 year ago

From my perspective, when you call access color.value, the return type is an integer which is then converted to a string using value.toString() in the method above. There's no how we'd end up with '#' in the string which makes the removeAll('#') redundant.