Skip to content

Commit 650f3dd

Browse files
committed
fix: CI
1 parent 1fe5547 commit 650f3dd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Uno.Toolkit.UI/Behaviors/InputExtensions.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ namespace Uno.Toolkit.UI
3030
public static class InputExtensions
3131
{
3232
private static readonly ILogger _logger = typeof(InputExtensions).Log();
33-
34-
#if HAS_UNO_WINUI
3533
#region DependencyProperty: ReturnType
3634

35+
#if HAS_UNO_WINUI
3736
/// <summary>
3837
/// Backing property for what type of return the soft keyboard will show.
3938
/// </summary>
@@ -57,10 +56,9 @@ private static void OnReturnTypeChanged(DependencyObject sender, DependencyPrope
5756
TextBoxExtensions.SetInputReturnType(sender, (InputReturnType)e.NewValue);
5857
}
5958
}
60-
61-
#endregion
6259
#endif
6360

61+
#endregion
6462
#region DependencyProperty: AutoDismiss
6563

6664
/// <summary>

0 commit comments

Comments
 (0)