Remove extra nextAnimationFrame call

This commit is contained in:
Nathan Sobo
2014-07-28 21:53:18 -06:00
parent 4f3570b56b
commit 837eaccd16

View File

@@ -661,7 +661,6 @@ describe "EditorComponent", ->
font-weight: bold;
}
"""
nextAnimationFrame() # re-measure characters once for a synchronous set of stylesheet changes
nextAnimationFrame() # update based on new measurements
cursor = componentNode.querySelector('.cursor')