Skip to content

Commit 2a1a537

Browse files
committed
fix: OnCommitListKeyDown not triggered when pressing Ctrl+C
Signed-off-by: leo <[email protected]>
1 parent ae9ce33 commit 2a1a537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Views/Histories.axaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
IsReadOnly="True"
3737
HeadersVisibility="Column"
3838
ColumnHeaderHeight="24"
39+
ClipboardCopyMode="None"
3940
Focusable="False"
4041
RowHeight="26"
4142
HorizontalScrollBarVisibility="Disabled"

0 commit comments

Comments
 (0)