Skip to content
Snippets Groups Projects
Commit b00b9628 authored by Ruben Bimberg's avatar Ruben Bimberg :computer:
Browse files

Implement fix for safari and firefox

parent f8f6f043
No related merge requests found
......@@ -68,7 +68,7 @@ class TagComment implements CloudData {
const transformationScaleKiller = /scale\([^)]*\)/;
const transformationRotationKiller = /rotate\(([^)]*)\)/;
const maskedCharsRegex = /[“”‘’„‚«»‹›『』﹃﹄「」﹁﹂",《》〈〉'`#&]|((?<=\s)(lu|li’u)(?=\s))|(^lu(?=\s))|((?<=\s)li’u$)/gm;
const maskedCharsRegex = /[“”‘’„‚«»‹›『』﹃﹄「」﹁﹂",《》〈〉'`#&]|(\s(lu|li’u)(?=\s))|(^lu\s)|(\sli’u$)/gm;
@Component({
selector: 'app-tag-cloud',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment