Update toolbar.dart

pull/817/head
mark8044 3 years ago committed by GitHub
parent 676dd6fb03
commit 7e9f9961e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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));

Loading…
Cancel
Save