mirror of
https://github.com/documize/community.git
synced 2025-07-22 06:39:43 +02:00
upgraded gorilla mux dependency, improved anon viewing
This commit is contained in:
parent
7ce3adb65e
commit
1d2109aa44
18 changed files with 2411 additions and 402 deletions
|
@ -37,6 +37,7 @@ export default Ember.Component.extend(NotifierMixin, TooltipMixin, AuthMixin, {
|
|||
didUpdateAttrs() {
|
||||
this._super(...arguments);
|
||||
this.set('selectedDocuments', []);
|
||||
this.set('filteredDocs', []);
|
||||
},
|
||||
|
||||
didRender() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue