Fix: Labels at desktop view with enabled drag handles were sortable

reviewable/pr4087/r1
Martin Filser 4 years ago
parent 2055d916e9
commit 94f8fb2393
  1. 2
      client/components/cards/labels.js

@ -67,7 +67,7 @@ BlazeComponent.extendComponent({
// Disable drag-dropping if the current user is not a board member or is comment only
this.autorun(() => {
if (Utils.isMiniScreen()) {
if (Utils.isMiniScreenOrShowDesktopDragHandles()) {
$labels.sortable({
handle: '.label-handle',
});

Loading…
Cancel
Save