diff --git a/src/packages/editor-stats/src/editor-stats-view.coffee b/src/packages/editor-stats/src/editor-stats-view.coffee index 121e969fc..b4983c08a 100644 --- a/src/packages/editor-stats/src/editor-stats-view.coffee +++ b/src/packages/editor-stats/src/editor-stats-view.coffee @@ -69,6 +69,7 @@ class EditorStatsView extends ScrollView .attr('width', @x.rangeBand()) .attr('class', 'bar') + setTimeout((=> @update()), 100) @updateInterval = setInterval((=> @update()), 5000) update: ->