fix: TouchTextBox remove comment

This commit is contained in:
2026-06-08 07:31:26 +03:00
parent 2d99880d08
commit af59b8b059
+2 -2
View File
@@ -18,8 +18,8 @@ public class TouchTextBox : TextBox
private void OnPointerPressed(object? sender, PointerPressedEventArgs ea)
{
// if (ea.Pointer.Type != PointerType.Touch)
// return;
if (ea.Pointer.Type != PointerType.Touch)
return;
var navigation = (Application.Current as Application)?.Navigation;
if (navigation is null)
return;