Skip to content

Commit

Permalink
## 5.0.4
Browse files Browse the repository at this point in the history
* Fix toolbar is not show after some behaviour #107
  • Loading branch information
zmtzawqlp committed Dec 15, 2020
1 parent 8848fc7 commit 1810c87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.4

* Fix toolbar is not show after some behaviour #107

## 5.0.3

* Fix miss TextStyle for specialTextSpanBuilder #89
Expand Down
6 changes: 0 additions & 6 deletions lib/src/extended_editable_text.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2175,12 +2175,6 @@ class ExtendedEditableTextState extends State<ExtendedEditableText>
}

void _didChangeTextEditingValue() {
final bool textChanged =
_value?.text != _lastFormattedUnmodifiedTextEditingValue?.text;
//https://github.com/flutter/flutter/issues/36048
if (textChanged) {
_hideSelectionOverlayIfNeeded();
}
_updateRemoteEditingValueIfNeeded();
_startOrStopCursorTimerIfNeeded();
_updateOrDisposeSelectionOverlayIfNeeded();
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: extended_text_field
description: Extended official text field to build special text like inline image, @somebody, custom background etc quickly.It also support to build custom seleciton toolbar and handles.
version: 5.0.3
version: 5.0.4
homepage: https://github.com/fluttercandies/extended_text_field

environment:
Expand Down

0 comments on commit 1810c87

Please sign in to comment.