mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
Change sorting to work on desktop drag handle page instead,
where it seems to work better. Thanks to xet7 !
This commit is contained in:
parent
a9e53ec088
commit
bbc3ab3f99
1 changed files with 2 additions and 2 deletions
|
|
@ -396,8 +396,8 @@ Users.helpers({
|
||||||
return ret;
|
return ret;
|
||||||
},
|
},
|
||||||
hasSortBy() {
|
hasSortBy() {
|
||||||
// if use doesn't have dragHandle, then we can let user to choose sort list by different order
|
// if user has dragHandle, then we can let user to choose sort list by different order
|
||||||
return !this.hasShowDesktopDragHandles();
|
return this.hasShowDesktopDragHandles();
|
||||||
},
|
},
|
||||||
getListSortBy() {
|
getListSortBy() {
|
||||||
return this._getListSortBy()[0];
|
return this._getListSortBy()[0];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue