mirror of
https://github.com/wekan/wekan.git
synced 2026-02-11 10:44:20 +01:00
update broke ability to mute notifications
This commit is contained in:
parent
5c588b2424
commit
41330b15dc
4 changed files with 15 additions and 15 deletions
|
|
@ -16,8 +16,7 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
|
||||
onCreated() {
|
||||
const initOpen = Utils.isMiniScreen() ? false : (!Session.get('currentCard'));
|
||||
this._isOpen = new ReactiveVar(initOpen);
|
||||
this._isOpen = new ReactiveVar(false);
|
||||
this._view = new ReactiveVar(defaultView);
|
||||
Sidebar = this;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue