chore: lint

This commit is contained in:
coderiaser 2024-06-14 22:26:27 +03:00
parent 9c8c0533a4
commit 883eee96a2

View file

@ -4,11 +4,8 @@
const DOM = require('./dom');
const Info = DOM.CurrentInfo;
const {sort, order} = CloudCmd;
const position = DOM.getPanelPosition();
let sortPrevious = sort[position];
const {getPanel} = DOM;