2
0
Эх сурвалжийг харах

Fix a bug with the inheritance model

See https://github.com/meteor/meteor/issues/6162
Maxime Quandalle 9 жил өмнө
parent
commit
b8aefedcc3

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

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