mirror of
https://github.com/atom/atom.git
synced 2026-02-07 21:25:05 -05:00
this should cause tabs to be draggable
This commit is contained in:
committed by
Nathan Sobo
parent
ecb21964f7
commit
2d968c11a1
@@ -33,6 +33,9 @@ class Tabs extends View
|
||||
@editor.destroyEditSessionIndex(index)
|
||||
false
|
||||
|
||||
@on 'dragstart', '.tab', (e) ->
|
||||
console.log 'TAB DRAGGED', e
|
||||
|
||||
addTabForEditSession: (editSession) ->
|
||||
@append(new Tab(editSession, @editor))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user