From 62af6731171023ad0ee29415c2e3c2b07c42707e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 30 Oct 2024 20:36:45 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20cloudcmd:=20actions:=20lint=20?= =?UTF-8?q?=E2=98=98=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/listeners/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/listeners/index.js b/client/listeners/index.js index cc4757946..01fb3eb3f 100644 --- a/client/listeners/index.js +++ b/client/listeners/index.js @@ -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); }