Skip to content

Commit 6b3077f

Browse files
author
tznind
committed
Remove click blocking code
1 parent edbc181 commit 6b3077f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/ViewExtensions.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,6 @@ public static bool IsBorderlessContainerView(this View v)
249249
/// <returns>The <see cref="View"/> at the given screen location or null if none found.</returns>
250250
public static View? HitTest(this View w, MouseEventArgs m, out bool isBorder, out bool isLowerRight, params View[] ignoring)
251251
{
252-
ignoring = ignoring.Union(w.GetAllNonDesignableSubviews()).ToArray();
253-
254252
// hide the views while we perform the hit test
255253
foreach (View v in ignoring)
256254
{

0 commit comments

Comments
 (0)