Skip to content

Commit

Permalink
Fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
angelosilvestre committed Dec 20, 2024
1 parent e3f4b4f commit 308a7c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class _SuperTextFieldRightClickListener extends SuperTextFieldTapHandler {
final RightClickHandler rightClickHandler;

@override
TapHandlingInstruction onSecondaryTap(SuperTextFieldGestureDetails details) {
TapHandlingInstruction onSecondaryTapUp(SuperTextFieldGestureDetails details) {
return rightClickHandler(details);
}
}
Expand Down

0 comments on commit 308a7c2

Please sign in to comment.