Skip to content

Commit 44d0e29

Browse files
committed
fix: remove w:szCs for now since we don't support special characters
1 parent 139d58d commit 44d0e29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/super-editor/src/core/super-converter/SuperConverter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class SuperConverter {
4848
{ name: 'w:strike', type: 'strike', mark: 'strike' },
4949
{ name: 'w:color', type: 'color', mark: 'textStyle', property: 'color' },
5050
{ name: 'w:sz', type: 'fontSize', mark: 'textStyle', property: 'fontSize' },
51-
{ name: 'w:szCs', type: 'fontSize', mark: 'textStyle', property: 'fontSize' },
51+
// { name: 'w:szCs', type: 'fontSize', mark: 'textStyle', property: 'fontSize' },
5252
{ name: 'w:rFonts', type: 'fontFamily', mark: 'textStyle', property: 'fontFamily' },
5353
{ name: 'w:jc', type: 'textAlign', mark: 'textStyle', property: 'textAlign' },
5454
{ name: 'w:ind', type: 'textIndent', mark: 'textStyle', property: 'textIndent' },

0 commit comments

Comments
 (0)