mirror of
https://github.com/wekan/wekan.git
synced 2026-02-01 14:11:48 +01:00
Fix: Labels at desktop view with enabled drag handles were sortable
This commit is contained in:
parent
2055d916e9
commit
94f8fb2393
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue