Skip to content

Commit

Permalink
fix: fix TreeView behavior (#388)
Browse files Browse the repository at this point in the history
References: #382
  • Loading branch information
al-kau authored Oct 29, 2024
1 parent e83cb1d commit 6905932
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
using Microsoft.UI.Xaml.Controls;
using Microsoft.Xaml.Interactivity;
using System.Windows.Input;

#if WINDOWS_UWP
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
#else
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
#endif

namespace Tuvi.App.Shared.Behaviors
Expand Down

0 comments on commit 6905932

Please sign in to comment.