mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Fix specs that broke when accounting for horizontal scrollbar height
This commit is contained in:
@@ -1895,6 +1895,8 @@ class Editor extends Model
|
||||
|
||||
verticallyScrollable: -> @displayBuffer.verticallyScrollable()
|
||||
|
||||
setHorizontalScrollbarHeight: (height) -> @displayBuffer.setHorizontalScrollbarHeight(height)
|
||||
|
||||
# Deprecated: Call {::joinLines} instead.
|
||||
joinLine: ->
|
||||
deprecate("Use Editor::joinLines() instead")
|
||||
|
||||
Reference in New Issue
Block a user