You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Editor with default value of strictHTMLValidation option (= false) has a bug that it tries to use boolean as RegExp. Problem is at this line with 3rd parameter.
To Reproduce
Steps to reproduce the behavior:
Load suneditor with default strictHTMLValidation option or setting it to false.
In devtools console there is a warning for this bug.
Expected behavior
Different parameter value or check if it is actually an RegExp.
Screenshots
Desktop
OS: Windows 11
Browser: Google Chrome
Version: 131.0.6778.265
Release
Version: v2.47.1
The text was updated successfully, but these errors were encountered:
Describe the bug
Editor with default value of strictHTMLValidation option (= false) has a bug that it tries to use boolean as RegExp. Problem is at this line with 3rd parameter.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Different parameter value or check if it is actually an RegExp.
Screenshots
Desktop
Release
The text was updated successfully, but these errors were encountered: