Browse Source

remove nullable directive.

release/0.9.3
Dan Walmsley 6 years ago
parent
commit
1eb3d87510
  1. 2
      src/Avalonia.Controls/Platform/DefaultMenuInteractionHandler.cs

2
src/Avalonia.Controls/Platform/DefaultMenuInteractionHandler.cs

@ -6,8 +6,6 @@ using Avalonia.LogicalTree;
using Avalonia.Rendering;
using Avalonia.Threading;
#nullable enable
namespace Avalonia.Controls.Platform
{
/// <summary>

Loading…
Cancel
Save