mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Use skinny arrow
This commit is contained in:
@@ -442,7 +442,7 @@ TextEditorComponent = React.createClass
|
||||
# clipboard.writeText is a sync ipc call on Linux and that
|
||||
# will slow down selections.
|
||||
ipc.send('write-text-to-selection-clipboard', selectedText)
|
||||
@subscribe @props.editor.onDidChangeSelectionRange =>
|
||||
@subscribe @props.editor.onDidChangeSelectionRange ->
|
||||
clearTimeout(timeoutId)
|
||||
timeoutId = setTimeout(writeSelectedTextToSelectionClipboard)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user