WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 68a2168

Browse files
committed
Fix GitHub merge conflict
1 parent 7895d84 commit 68a2168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

input.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ func (t *Terminal) TypedShortcut(s fyne.Shortcut) {
192192
t.ShortcutHandler.TypedShortcut(s)
193193
} else {
194194
// we need to override the default ctrl-X/C/V/A for non-mac and do it ourselves
195-
switch sh := cts.(type) {
195+
switch sh := s.(type) {
196196
case *fyne.ShortcutCut:
197197
if sh.Secondary {
198198
// shift+del - cut is no-op

0 commit comments

Comments
 (0)