Fix subscript key

pull/1204/head
jiangchong 2 years ago
parent 6614030ae5
commit c18cb2b8d7
  1. 2
      lib/src/models/documents/attribute.dart

@ -373,7 +373,7 @@ class ScriptAttribute extends Attribute<String?> {
enum ScriptAttributes { enum ScriptAttributes {
sup('super'), sup('super'),
sub('sup'); sub('sub');
const ScriptAttributes(this.value); const ScriptAttributes(this.value);

Loading…
Cancel
Save