mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
WIP
This commit is contained in:
parent
31580d883c
commit
09d698fd2a
12 changed files with 5474 additions and 44 deletions
|
@ -14,5 +14,18 @@ import Component from '@ember/component';
|
|||
|
||||
export default Component.extend({
|
||||
classNames: ['layout-sidebar'],
|
||||
tagName: 'nav'
|
||||
tagName: 'nav',
|
||||
|
||||
didInsertElement() {
|
||||
this._super(...arguments);
|
||||
// let sb = this.$().overlayScrollbars({ scrollbars: { autoHide: 'leave' }});
|
||||
// this.set('scrollbars', sb);
|
||||
},
|
||||
|
||||
willDestroyElement() {
|
||||
this._super(...arguments);
|
||||
|
||||
// let sb = this.get('scrollbars');
|
||||
// sb.destroy();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue