Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(NcRichText): modify MENTION_START regex to work on older MobileSafari versions #5976

Commits on Aug 20, 2024

  1. fix: Modifying MENTION_START regex to work on older MobileSafari vers…

    …ions
    
    Fixes RichText causes errors on WebKit | Invalid regex nextcloud-libraries#5589
    
    This regex performs the same function as the one used before, but does not make use of negative lookbehinds and therefore should work on older MobileSafari versions.
    
    Co-authored-by: Maksim Sukharev <antreesy.web@gmail.com>
    Signed-off-by: Arthur Rosa <arthur@rosafamily.net>
    2 people authored and susnux committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    38d3afe View commit details
    Browse the repository at this point in the history