Fix issue with null on token attrivute

pull/87/head
Miller Adulu 4 years ago
parent 888f4f5045
commit df8cfa437f
  1. 2
      lib/models/documents/attribute.dart

@ -75,7 +75,7 @@ class Attribute<T> {
static final StyleAttribute style = StyleAttribute(null);
static final TokenAttribute token = TokenAttribute(null);
static final TokenAttribute token = TokenAttribute('');
static final Set<String> inlineKeys = {
Attribute.bold.key,

Loading…
Cancel
Save