Update quill_dropdown_button.dart (#791)

pull/792/head
mark8044 3 years ago committed by GitHub
parent 6ac59dcfbb
commit e94d044211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      lib/src/widgets/toolbar/quill_dropdown_button.dart

@ -33,6 +33,7 @@ class _QuillDropdownButtonState<T> extends State<QuillDropdownButton<T>> {
@override
void initState() {
super.initState();
_currentValue = widget.initialValue as int;
}

Loading…
Cancel
Save