Explorar o código

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

Lauri Ojansivu %!s(int64=4) %!d(string=hai) anos
pai
achega
37b65996a0

+ 1 - 0
client/components/activities/comments.js

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

+ 1 - 0
client/components/cards/cardDescription.js

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