forked from amkovkov/GranuSightSoftware2
fix: TouchTextBox remove comment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user