Boards view has now drag handles at desktop view if drag handles are enabled

This commit is contained in:
Martin Filser 2021-11-14 19:02:17 +01:00
parent 0ab86c22af
commit ba3fa2aaea
2 changed files with 5 additions and 5 deletions

View file

@ -78,7 +78,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()) {
$boards.sortable({
handle: '.board-handle',
});