Closed oltodo closed 5 years ago
Same here!
Just commenting out from line 60 to 62 within https://github.com/akonwi/git-plus/blob/e3f77dfda770c5f5e06f1574c9722988e1995b39/lib/views/output-view/Root.tsx#L60 does the trick
Not sure about side behaviors...
I rolled back to 8.1.0
+1 and to add to this, in the key binding resolver git-plus:copy is given priority over core:copy , breaking copy on OS X versions:
Cmd+V doesn't also work. Made also a rollback to 8.1.0.
Cmd+V should work fine according you have something in your clipboard
whoa. sorry guys! I'll push a patch ASAP
8.2.1 published
Thanks! My patch was to add this to the end of keymap.cson (Menu: Atom > Keymap)
...
'atom-workspace':
'cmd-c': 'core:copy'
'atom-text-editor':
'cmd-c': 'core:copy'
Hi, since I've been updating this package to the 8.2.0 version, using the copy shortcut (Cmd+C) sets an empty value to the clipboard.
Rollbacking to the 8.1.0 solved the problem: