Don't insert parts when log is not inDOM
This commit is contained in:
parent
86cd0f8a13
commit
eec378116f
|
@ -108,6 +108,8 @@ LogContentComponent = Ember.Component.extend
|
|||
|
||||
partsDidChange: (parts, start, _, added) ->
|
||||
console.log 'log view: parts did change' if Log.DEBUG
|
||||
return unless @get('state') == 'inDOM'
|
||||
|
||||
for part, i in parts.slice(start, start + added)
|
||||
# console.log "limit in log view: #{@get('limited')}"
|
||||
break if @engine?.limit?.limited
|
||||
|
|
Loading…
Reference in New Issue
Block a user