mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 14:08:31 -04:00
junk removed
This commit is contained in:
parent
5192f4a326
commit
e127c33bae
1 changed files with 0 additions and 8 deletions
|
@ -42,14 +42,6 @@ BlazeComponent.extendComponent({
|
|||
}
|
||||
},
|
||||
|
||||
close() {
|
||||
if (this._isOpen.get()) {
|
||||
this._isOpen.set(false);
|
||||
EscapeActions.executeUpTo('detailsPane');
|
||||
this.toggle()
|
||||
}
|
||||
},
|
||||
|
||||
hide() {
|
||||
if (this._isOpen.get()) {
|
||||
this._isOpen.set(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue