Procházet zdrojové kódy

Fix a bug with the inheritance model

See https://github.com/meteor/meteor/issues/6162
Maxime Quandalle před 9 roky
rodič
revize
b8aefedcc3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      client/components/cards/cardDetails.js

+ 1 - 1
client/components/cards/cardDetails.js

@@ -116,7 +116,7 @@ BlazeComponent.extendComponent({
         UnsavedEdits.set(this._getUnsavedEditKey(), this.getValue());
       }
     }
-    super();
+    super.close();
   }
 
   reset() {