Browse Source

CustomFields were not created after adding 1 card

Martin Filser 4 năm trước cách đây
mục cha
commit
be3325ce35
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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();
     }
   },