Revert "Add CLI flag to be able to disable smooth scroll in webviews" (#76944)

This reverts commit c93c73137e.
This commit is contained in:
Alexander 2019-07-09 11:00:45 +03:00 committed by Benjamin Pasero
parent 763b6987e0
commit 1b1296cdb3

View file

@ -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');
}
}
/**