mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
🔫 unnecessary return statement
This commit is contained in:
@@ -351,7 +351,7 @@ class EditorView extends View
|
||||
@gutter.on 'mousedown', '.foldable .fold-icon', (e) =>
|
||||
bufferRow = $(e.target).parent().data('bufferRow')
|
||||
@editor.toggleFoldAtBufferRow(bufferRow)
|
||||
return false
|
||||
false
|
||||
|
||||
@renderedLines.on 'mousedown', (e) =>
|
||||
clickCount = e.originalEvent.detail
|
||||
|
||||
Reference in New Issue
Block a user