We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22120d commit 62af673Copy full SHA for 62af673
client/listeners/index.js
@@ -221,8 +221,7 @@ function copyPath(el) {
221
.catch(CloudCmd.log);
222
}
223
224
-function execIfNotMobile(callback , event)
225
-{
+function execIfNotMobile(callback, event) {
226
if (window.innerWidth > CloudCmd.MOBILE_ONE_PANEL_WIDTH)
227
callback(event);
228
0 commit comments