Fix selection not working

pull/116/head^2
Xin Yao 4 years ago
parent 25f1582f70
commit ace4fd4deb
  1. 1
      lib/widgets/toolbar.dart

@ -1248,6 +1248,7 @@ class _QuillDropdownButtonState<T> extends State<QuillDropdownButton<T>> {
// if (widget.onCanceled != null) widget.onCanceled(); // if (widget.onCanceled != null) widget.onCanceled();
return null; return null;
} }
widget.onSelected(newValue);
}); });
} }

Loading…
Cancel
Save