mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-07 23:59:22 +03:00
Call super from ImageView.initialize()
This allows the ScrollView superclass to set up bindings for scrolling events.
This commit is contained in:
parent
d42db869cd
commit
9949f044cc
@ -9,6 +9,8 @@ class ImageView extends ScrollView
|
||||
@img outlet: 'image'
|
||||
|
||||
initialize: (imageEditSession) ->
|
||||
super
|
||||
|
||||
requireStylesheet 'image-view'
|
||||
|
||||
@image.load =>
|
||||
|
Loading…
Reference in New Issue
Block a user