this should cause tabs to be draggable

This commit is contained in:
Justin Palmer
2013-02-08 10:04:54 -08:00
committed by Nathan Sobo
parent ecb21964f7
commit 2d968c11a1
2 changed files with 6 additions and 2 deletions

View File

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