mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Merge branch 'master' of github.com:wekan/wekan
This commit is contained in:
commit
37b65996a0
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ const commentFormIsOpen = new ReactiveVar(false);
|
|||
BlazeComponent.extendComponent({
|
||||
onDestroyed() {
|
||||
commentFormIsOpen.set(false);
|
||||
$(".note-popover").hide();
|
||||
},
|
||||
|
||||
commentFormIsOpen() {
|
||||
|
|
|
@ -3,6 +3,7 @@ const descriptionFormIsOpen = new ReactiveVar(false);
|
|||
BlazeComponent.extendComponent({
|
||||
onDestroyed() {
|
||||
descriptionFormIsOpen.set(false);
|
||||
$(".note-popover").hide();
|
||||
},
|
||||
|
||||
descriptionFormIsOpen() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue