diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-09-17 01:39:10 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-09-17 01:39:10 +0300 |
commit | 03d7fc02ecc90690e1282d417f35b7e4561af066 (patch) | |
tree | fa11364240de3a1370d034dd9202413f471a6f48 /client/components/cards/minicard.js | |
parent | ddd00a27a97b047ca854ece80d8bc60021784f3f (diff) | |
download | wekan-03d7fc02ecc90690e1282d417f35b7e4561af066.tar.gz wekan-03d7fc02ecc90690e1282d417f35b7e4561af066.tar.bz2 wekan-03d7fc02ecc90690e1282d417f35b7e4561af066.zip |
Drag handles. In Progress.
Diffstat (limited to 'client/components/cards/minicard.js')
-rw-r--r-- | client/components/cards/minicard.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/components/cards/minicard.js b/client/components/cards/minicard.js index 4c25c11d..4c76db46 100644 --- a/client/components/cards/minicard.js +++ b/client/components/cards/minicard.js @@ -26,6 +26,9 @@ BlazeComponent.extendComponent({ }).register('minicard'); Template.minicard.helpers({ + showDesktopDragHandles() { + return Meteor.user().hasShowDesktopDragHandles(); + }, hiddenMinicardLabelText() { return Meteor.user().hasHiddenMinicardLabelText(); }, |