From c606e3db43e3a3369abe8d4f786c37130257cb97 Mon Sep 17 00:00:00 2001
From: ryanbodrug-microsoft
<56318517+ryanbodrug-microsoft@users.noreply.github.com>
Date: Wed, 20 May 2020 11:38:14 -0700
Subject: [PATCH] Disabling IsRightTapEnabled on all UI Elements that steal
focus from the text box. (#3349)
---
.../launcher/PowerLauncher.UI/App.xaml | 113 +++++++++++++++++-
.../launcher/PowerLauncher.UI/ResultList.xaml | 26 ++--
.../PowerLauncher.UI/ResultList.xaml.cs | 71 +++++++++++
3 files changed, 198 insertions(+), 12 deletions(-)
diff --git a/src/modules/launcher/PowerLauncher.UI/App.xaml b/src/modules/launcher/PowerLauncher.UI/App.xaml
index 9c14783f81..71e0301dfd 100644
--- a/src/modules/launcher/PowerLauncher.UI/App.xaml
+++ b/src/modules/launcher/PowerLauncher.UI/App.xaml
@@ -34,6 +34,115 @@
+
+