fix(test): blockSelectionStyle doesn't find line-height attribute

pull/1972/head
CatHood0 9 months ago
parent 99ec1a7b04
commit 4a1b7293f9
  1. 1
      test/widgets/controller_test.dart

@ -372,6 +372,7 @@ void main() {
'blockquote' => Attribute.blockQuote,
'indent' => Attribute.indentL2,
'direction' => Attribute.rtl,
'line-height' => Attribute.lineHeightNormal,
String() => throw UnimplementedError(key)
};

Loading…
Cancel
Save