Skip to content

Commit

Permalink
Woops left testing code in the demo app.
Browse files Browse the repository at this point in the history
  • Loading branch information
sirdoombox committed Feb 1, 2024
1 parent b21e3f5 commit 2045703
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SukiUI.Demo/SukiUIDemoView.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,5 @@ private void MenuItem_OnClick(object? sender, RoutedEventArgs e)
private void InputElement_OnPointerPressed(object? sender, PointerPressedEventArgs e)
{
IsMenuVisible = !IsMenuVisible;
var win = new SukiWindow();
win.Show();
}
}

0 comments on commit 2045703

Please sign in to comment.