chore: cloudcmd: actions: lint ☘️

This commit is contained in:
coderaiser 2024-10-30 20:36:45 +00:00
parent f22120dc38
commit 62af673117

View file

@ -221,8 +221,7 @@ function copyPath(el) {
.catch(CloudCmd.log);
}
function execIfNotMobile(callback , event)
{
function execIfNotMobile(callback, event) {
if (window.innerWidth > CloudCmd.MOBILE_ONE_PANEL_WIDTH)
callback(event);
}