We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 829965e commit 57f14aeCopy full SHA for 57f14ae
lib/widgets/dictionary/dictionary.dart
@@ -108,7 +108,7 @@ class _DictionaryState extends State<Dictionary> with TickerProviderStateMixin {
108
builder: ((context, constraints) {
109
110
// reset the floating words when the search was emptied
111
- if(search.currentSearch == "" && search.selectedResult != null) {
+ if(search.currentSearch == "" && search.selectedResult == null) {
112
floatingWordStackController?.reset();
113
}
114
// hide the falling words when a search starts
0 commit comments