nextcloud-vue
nextcloud-vue copied to clipboard
RichText causes errors on WebKit | Invalid regex
The regex for mentions is using lookbehind which is not supported on all iOS versions / Safari versions we support. It only works on 16.4+ but we support 15+.
The problem is within the regular expression: https://github.com/nextcloud-libraries/nextcloud-vue/blob/a2854e9cb99d0c14108180cbcee67f6240dfed70/src/mixins/richEditor/index.js#L32