mirror of
https://github.com/atom/atom.git
synced 2026-02-10 22:55:09 -05:00
Remove CompositeCursor and Selection. Move their remaining methods into Editor
This commit is contained in:
@@ -873,7 +873,6 @@ describe "Editor", ->
|
||||
editor.setCursorScreenPosition [5, 5]
|
||||
|
||||
rootView.setFontSize(30)
|
||||
|
||||
expect(editor.css('font-size')).toBe '30px'
|
||||
expect(editor.lineHeight).toBeGreaterThan lineHeightBefore
|
||||
expect(editor.charWidth).toBeGreaterThan charWidthBefore
|
||||
|
||||
Reference in New Issue
Block a user