mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Change list sorting to be visible only at DesktopDragHandle mode.
This commit is contained in:
parent
5bb99ba096
commit
f3bc92904c
1 changed files with 2 additions and 2 deletions
|
@ -396,8 +396,8 @@ Users.helpers({
|
|||
return ret;
|
||||
},
|
||||
hasSortBy() {
|
||||
// if use doesn't have dragHandle, then we can let user to choose sort list by different order
|
||||
return !this.hasShowDesktopDragHandles();
|
||||
// if use has dragHandle, then we can let user to choose sort list by different order
|
||||
return this.hasShowDesktopDragHandles();
|
||||
},
|
||||
getListSortBy() {
|
||||
return this._getListSortBy()[0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue