mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01: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() {
|
hide() {
|
||||||
if (this._isOpen.get()) {
|
if (this._isOpen.get()) {
|
||||||
this._isOpen.set(false);
|
this._isOpen.set(false);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue