chore: lint

This commit is contained in:
coderiaser 2024-06-14 22:33:14 +03:00
parent 05ef0ae452
commit 14d9618a64
3 changed files with 6 additions and 5 deletions

View file

@ -20,8 +20,8 @@ CloudCmd.sortPanel = (name, panel = getPanel()) => {
else
order[position] = 'asc';
sortPrevious = sort[position] = name;
sortPrevious = name;
sort[position] = name;
const noCurrent = position !== Info.panelPosition;
CloudCmd.refresh({