mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Only detach with toggle keybinding
This commit is contained in:
@@ -13,8 +13,6 @@ class EditorStatsView extends ScrollView
|
||||
initialize: (@rootView) ->
|
||||
super
|
||||
|
||||
@command 'core:cancel', @detach
|
||||
|
||||
draw: ->
|
||||
@x ?= d3.scale.ordinal().domain d3.range(@stats.hours * 60)
|
||||
@y ?= d3.scale.linear()
|
||||
|
||||
Reference in New Issue
Block a user