wasabeef / richeditor-android

RichEditor for Android is a beautiful Rich Text WYSIWYG Editor for Android.
Apache License 2.0
6.22k stars 1.2k forks source link

Trigger update decorations callback when focusing editor #278

Open ealih opened 2 years ago

ealih commented 2 years ago

This fixes the issue where enabled decorations are not reported after setting HTML. Newly entered text respects already active decorations but since enabled decorations callback is not fired, custom UI that could rely on the callback to show enabled decorations is not updated to reflect the correct state.