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)
|
private void OnPointerPressed(object? sender, PointerPressedEventArgs ea)
|
||||||
{
|
{
|
||||||
// if (ea.Pointer.Type != PointerType.Touch)
|
if (ea.Pointer.Type != PointerType.Touch)
|
||||||
// return;
|
return;
|
||||||
var navigation = (Application.Current as Application)?.Navigation;
|
var navigation = (Application.Current as Application)?.Navigation;
|
||||||
if (navigation is null)
|
if (navigation is null)
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user