Browse Source

CustomFields were not created after adding 1 card

Martin Filser 4 years ago
parent
commit
be3325ce35
1 changed files with 0 additions and 2 deletions
  1. 0 2
      client/components/lists/listBody.js

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

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