Selaa lähdekoodia

Merge pull request #3856 from mfilser/custom_fields_missing_after_adding_first_card

CustomFields were not created after adding 1 card
Lauri Ojansivu 4 vuotta sitten
vanhempi
sitoutus
0f564365f4
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      client/components/lists/listBody.js

+ 0 - 2
client/components/lists/listBody.js

@@ -116,8 +116,6 @@ BlazeComponent.extendComponent({
       if (position === 'bottom') {
         this.scrollToBottom();
       }
-
-      formComponent.reset();
     }
   },