From 7e9f9961e0e56be85cfbca65951fae71f92d2ff7 Mon Sep 17 00:00:00 2001 From: mark8044 <87546778+mark8044@users.noreply.github.com> Date: Tue, 17 May 2022 19:31:32 -0700 Subject: [PATCH] Update toolbar.dart --- lib/src/widgets/toolbar.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/widgets/toolbar.dart b/lib/src/widgets/toolbar.dart index 35da0bfb..38bd8083 100644 --- a/lib/src/widgets/toolbar.dart +++ b/lib/src/widgets/toolbar.dart @@ -198,7 +198,6 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget { ), ], onSelected: (newSize) { - controller.formatSelection( if (newSize == '0') { controller.formatSelection( Attribute.fromKeyValue('size', null));