DennisSuitters / summernote-cleaner

Plugin for Summernote that adds a Button and/or Paste functionality for cleaning MS Word Crud from editor text
MIT License
193 stars 112 forks source link

Cleaner success status text never disappears #97

Closed ghost closed 2 years ago

ghost commented 2 years ago

Summernote: 0.8.18 Jquery: 3.6.0 Browsers: Firefox 98.0.2 (64-bit), Edge Chromium 99.0.1150.52 (64-bit)

When pasting text in the status message "Text has been cleaned!" appears. If you carry on editing or use below code the text is constantly shown: $('#summernote').summernote('reset')

Expected the text is hidden after a small period of time or at least hidden on the summernote reset event.

P.S. I have some time to look at this today if I make progress I'll submit a pull request.

DennisSuitters commented 2 years ago

PR merged, thank you.