mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
chore: lint
This commit is contained in:
parent
05ef0ae452
commit
14d9618a64
3 changed files with 6 additions and 5 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue