mirror of
https://github.com/wekan/wekan.git
synced 2026-01-26 11:16:10 +01:00
Boards view has now drag handles at desktop view if drag handles are enabled
This commit is contained in:
parent
0ab86c22af
commit
ba3fa2aaea
2 changed files with 5 additions and 5 deletions
|
|
@ -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',
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue