mirror of
https://github.com/atom/atom.git
synced 2026-02-16 01:25:13 -05:00
Disable autoHeight on text editor pane items
This commit is contained in:
@@ -561,7 +561,7 @@ class Workspace extends Model
|
||||
throw error
|
||||
|
||||
@project.bufferForPath(filePath, options).then (buffer) =>
|
||||
@textEditorRegistry.build(Object.assign({buffer, largeFileMode}, options))
|
||||
@textEditorRegistry.build(Object.assign({buffer, largeFileMode, autoHeight: false}, options))
|
||||
|
||||
handleGrammarUsed: (grammar) ->
|
||||
return unless grammar?
|
||||
|
||||
Reference in New Issue
Block a user