mirror of
https://github.com/atom/atom.git
synced 2026-02-15 09:05:58 -05:00
💄 add trailing newlines
This commit is contained in:
@@ -50,4 +50,4 @@ class SortableList extends View
|
||||
|
||||
getSortableElement: (event) ->
|
||||
el = $(event.target)
|
||||
if !el.hasClass('sortable') then el.closest('.sortable') else el
|
||||
if !el.hasClass('sortable') then el.closest('.sortable') else el
|
||||
|
||||
Reference in New Issue
Block a user