Use skinny arrow

This commit is contained in:
Kevin Sawicki
2014-12-18 10:40:44 -08:00
parent c96f976162
commit 435fee1433

View File

@@ -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)