mirror of
https://github.com/atom/atom.git
synced 2026-02-18 10:31:54 -05:00
Have inner image-container consume entire area
This commit is contained in:
@@ -10,7 +10,8 @@ class ImageView extends ScrollView
|
||||
|
||||
@content: ->
|
||||
@div class: 'image-view', tabindex: -1, =>
|
||||
@img outlet: 'image'
|
||||
@div class: 'image-container', =>
|
||||
@img outlet: 'image'
|
||||
|
||||
initialize: (imageEditSession) ->
|
||||
super
|
||||
|
||||
Reference in New Issue
Block a user