Browse Source

Fix a bug with the inheritance model

See https://github.com/meteor/meteor/issues/6162
Maxime Quandalle 9 năm trước cách đây
mục cha
commit
b8aefedcc3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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() {