Skip to content

Commit 9f8ff12

Browse files
committed
Bind DataContext to itself
1 parent 4b41578 commit 9f8ff12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Views/PreviewPanel.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
66
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
77
xmlns:sys="clr-namespace:System;assembly=System.Runtime"
8+
DataContext="{Binding RelativeSource={RelativeSource Self}}"
89
d:DesignHeight="300"
910
d:DesignWidth="300"
1011
mc:Ignorable="d">

0 commit comments

Comments
 (0)