yay for weird ui loading bugs

This commit is contained in:
Chris Wanstrath
2011-11-06 23:03:45 -08:00
parent f7aebfc3bc
commit b0efbc7196

View File

@@ -36,6 +36,7 @@ class Editor
Event.on 'window:open', (e) => @addBuffer e.details
Event.on 'window:close', (e) => @removeBuffer e.details
Event.on 'editor:bufferFocus', (e) => @resize()
@addBuffer path if path