quill-magic-url icon indicating copy to clipboard operation
quill-magic-url copied to clipboard

globalMailRegularExpression will throw an exception if it is null

Open usecodelee opened this issue 3 years ago • 1 comments

image image

usecodelee avatar Dec 05 '22 11:12 usecodelee

Thanks for reporting. We need to check if global regular expressions are null and disable any related checks, as this is the documented way to disable one of them.

As a workaround one can provide a regex, that will never match anything (e.g. /$-/g).

visualjerk avatar Dec 10 '22 10:12 visualjerk