pull/17/head
li3317 4 years ago
parent fa891f1fc6
commit b7409992c0
  1. 2
      lib/widgets/toolbar.dart

@ -596,6 +596,8 @@ class _ColorButtonState extends State<ColorButton> {
colorHex = hex;
if (colorHex == "#ffffff") {
isWhite = true;
} else {
isWhite = false;
}
});
widget.controller.formatSelection(

Loading…
Cancel
Save