Skip to content

Commit 894cc50

Browse files
Merge pull request #57 from gravity-ui/phoneMaskTypograf
fix: typograpf ru phone mask
2 parents 4e45f19 + 3f8e32a commit 894cc50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/text-transform/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const DEFAULT_ALLOWED_TAGS = [
2727
];
2828
export const typografConfig = {
2929
enabled: ['common/nbsp/afterNumber', 'common/nbsp/afterParagraphMark'],
30-
disabled: ['common/symbols/cf'],
30+
disabled: ['common/symbols/cf', 'ru/other/phone-number'],
3131
};
3232
export const sanitizeStripOptions: sanitize.IOptions = {
3333
allowedTags: [],

0 commit comments

Comments
 (0)