Browse Source

Remove unused event target

pull/5/head
Ionite 1 year ago
parent
commit
9c1a273cd6
No known key found for this signature in database
  1. 2
      StabilityMatrix/CheckpointManagerPage.xaml

2
StabilityMatrix/CheckpointManagerPage.xaml

@ -36,7 +36,7 @@
<DataTemplate DataType="{x:Type models:CheckpointFile}" x:Key="CheckpointFileDataTemplate">
<Border>
<i:Interaction.Behaviors>
<i:MouseDragElementBehavior DragBegun="MouseDragElementBehavior_OnDragBegun" />
<i:MouseDragElementBehavior />
</i:Interaction.Behaviors>
<ui:Card
Height="96"

Loading…
Cancel
Save