mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Move image-view to a package
This removes the ugliness of having project.coffee require image-edit-session at the end since the image-edit-session can now register itself in an @activate callback and as a deferred deserializer in the package.cson file.
This commit is contained in:
@@ -36,10 +36,3 @@
|
||||
|
||||
'.editor !important, .editor.mini !important':
|
||||
'escape': 'editor:consolidate-selections'
|
||||
|
||||
'.image-view':
|
||||
'meta-+': 'image-view:zoom-in'
|
||||
'meta-=': 'image-view:zoom-in'
|
||||
'meta--': 'image-view:zoom-out'
|
||||
'meta-_': 'image-view:zoom-out'
|
||||
'meta-0': 'image-view:reset-zoom'
|
||||
|
||||
Reference in New Issue
Block a user