|
@@ -72,6 +72,12 @@ BlazeComponent.extendComponent({
|
|
|
|
|
|
// Disable drag-dropping if the current user is not a board member or is comment only
|
|
|
this.autorun(() => {
|
|
|
+ if (Utils.isMiniScreen()) {
|
|
|
+ $boards.sortable({
|
|
|
+ handle: '.board-handle',
|
|
|
+ });
|
|
|
+ }
|
|
|
+
|
|
|
$boards.sortable('option', 'disabled', !userIsAllowedToMove());
|
|
|
});
|
|
|
},
|