mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
JS-6440: fix
This commit is contained in:
parent
75fafc6f94
commit
81c0544098
1 changed files with 1 additions and 1 deletions
|
@ -1088,7 +1088,7 @@ class UtilCommon {
|
|||
};
|
||||
|
||||
// Skip Brazilian Real
|
||||
if (/R$/.test(m1) || /R$/.test(m2)) {
|
||||
if (!/^\\/.test(m2) && (/R$/.test(m1) || /R$/.test(m2))) {
|
||||
return;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue