From 1b1296cdb3213d5ca5ca50e51e0890dcba6b6735 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 9 Jul 2019 11:00:45 +0300 Subject: [PATCH] Revert "Add CLI flag to be able to disable smooth scroll in webviews" (#76944) This reverts commit c93c73137e542a8d8bd29798ad165036a8164b6d. --- src/main.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main.js b/src/main.js index c1d198ca5ff..6902f1d6530 100644 --- a/src/main.js +++ b/src/main.js @@ -147,11 +147,6 @@ function configureCommandlineSwitches(cliArgs) { if (jsFlags) { app.commandLine.appendSwitch('--js-flags', jsFlags); } - - // Disable smooth scrolling for Webviews - if (cliArgs['disable-smooth-scrolling']) { - app.commandLine.appendSwitch('disable-smooth-scrolling'); - } } /**