From 4a1b7293f9fb4e90d25884781ef5cfa11e309aa4 Mon Sep 17 00:00:00 2001 From: CatHood0 Date: Thu, 4 Jul 2024 16:54:21 -0400 Subject: [PATCH] fix(test): blockSelectionStyle doesn't find line-height attribute --- test/widgets/controller_test.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/test/widgets/controller_test.dart b/test/widgets/controller_test.dart index d162a543..4d147024 100644 --- a/test/widgets/controller_test.dart +++ b/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) };