Skip to content

Commit

Permalink
chore: cloudcmd: actions: lint ☘️
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Oct 30, 2024
1 parent f22120d commit 62af673
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/listeners/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 62af673

Please sign in to comment.