From 40b605f7d897db6eb2697be1748741221378e71c Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Sat, 23 May 2015 22:23:27 +0200 Subject: Hide the card composer link while a card is being dragged --- client/components/boards/body.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'client/components/boards/body.js') diff --git a/client/components/boards/body.js b/client/components/boards/body.js index 78566f2e..ffb132c5 100644 --- a/client/components/boards/body.js +++ b/client/components/boards/body.js @@ -7,6 +7,12 @@ BlazeComponent.extendComponent({ this.componentChildren('addListForm')[0].open(); }, + showNewCardForms: function(value) { + _.each(this.componentChildren('list'), function(listComponent) { + listComponent.showNewCardForm(value); + }); + }, + scrollLeft: function() { // TODO }, -- cgit v1.2.3-1-g7c22