Skip to content

Commit 2107402

Browse files
committed
Override clipboard paste event
1 parent 7fb8cc5 commit 2107402

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Flow.Launcher/MainWindow.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@
221221
Visibility="Visible">
222222
<TextBox.CommandBindings>
223223
<CommandBinding Command="ApplicationCommands.Copy" Executed="OnCopy" />
224+
<CommandBinding Command="ApplicationCommands.Paste" Executed="OnPaste" />
224225
</TextBox.CommandBindings>
225226
<TextBox.ContextMenu>
226227
<ContextMenu MinWidth="160">

0 commit comments

Comments
 (0)