mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Fixes bug in benchmarks
Need to investigate further
This commit is contained in:
@@ -231,6 +231,7 @@ class Editor extends View
|
||||
afterAttach: (onDom) ->
|
||||
return if @attached or not onDom
|
||||
@attached = true
|
||||
@clearLines()
|
||||
@subscribeToFontSize()
|
||||
@calculateDimensions()
|
||||
@setMaxLineLength() if @softWrap
|
||||
|
||||
Reference in New Issue
Block a user