Skip to content

Commit

Permalink
View is not opened on tap (flet-dev#3513)
Browse files Browse the repository at this point in the history
  • Loading branch information
InesaFitsner authored and zrr1999 committed Jul 17, 2024
1 parent 54ea044 commit c7c2dc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/flet/lib/src/controls/search_anchor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ class _SearchAnchorControlState extends State<SearchAnchorControl> {
if (onTap) {
widget.backend.triggerControlEvent(widget.control.id, "tap");
}
controller.openView();
},
onSubmitted: onSubmit
? (String value) {
Expand Down

0 comments on commit c7c2dc4

Please sign in to comment.