From f3bc92904c2c054ba832a536599759f02a226f6b Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 30 Oct 2019 18:48:54 +0200 Subject: Change list sorting to be visible only at DesktopDragHandle mode. --- models/users.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'models/users.js') diff --git a/models/users.js b/models/users.js index 83a224ba..72d64c1c 100644 --- a/models/users.js +++ b/models/users.js @@ -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]; -- cgit v1.2.3-1-g7c22