mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-14 18:52:05 +03:00
664048be4e
no issue - Fixes the editor view so that the layout is correct - Remove default title - Fixes a couple of scoping issues with notifications
5 lines
155 B
JavaScript
5 lines
155 B
JavaScript
export default Ember.View.extend({
|
|
tagName: 'section',
|
|
classNames: ['entry-container'],
|
|
scrollPosition: 0 // percentage of scroll position
|
|
}); |