tneotia / html-editor-enhanced

A Flutter package that provides a WYSIWYG editor backed by flutter_inappwebview and the Summernote library.
https://pub.dev/packages/html_editor_enhanced
MIT License
269 stars 318 forks source link

[QUESTION] How to disable undo/redo button? #515

Open Aniket76 opened 2 months ago

Aniket76 commented 2 months ago

How to change the colour for UNDO/REDO button to a disabled state, when there is nothing to go forward/backward

Also, is there a way to know all the steps present in memory for redo and undo?