quill-magic-url
quill-magic-url copied to clipboard
globalMailRegularExpression will throw an exception if it is null
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).