Merge branch 'master' of github.com:wekan/wekan

This commit is contained in:
Lauri Ojansivu 2021-04-14 01:55:38 +03:00
commit 37b65996a0
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@ const commentFormIsOpen = new ReactiveVar(false);
BlazeComponent.extendComponent({
onDestroyed() {
commentFormIsOpen.set(false);
$(".note-popover").hide();
},
commentFormIsOpen() {

View file

@ -3,6 +3,7 @@ const descriptionFormIsOpen = new ReactiveVar(false);
BlazeComponent.extendComponent({
onDestroyed() {
descriptionFormIsOpen.set(false);
$(".note-popover").hide();
},
descriptionFormIsOpen() {