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.
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.