diff --git a/lib/models/rules/format.dart b/lib/models/rules/format.dart index 4dfa866c..13f7b518 100644 --- a/lib/models/rules/format.dart +++ b/lib/models/rules/format.dart @@ -101,7 +101,7 @@ class ResolveInlineFormatRule extends FormatRule { @override Delta applyRule(Delta document, int index, {int len, Object data, Attribute attribute}) { - if (attribute.scope != AttributeScope.BLOCK) { + if (attribute.scope != AttributeScope.INLINE) { return null; }