2024-12-21, 12:04 AM
(2024-12-20, 03:24 PM)TheDreadPirate Wrote: I honestly have no idea.
Thanks for your honest reply

Guess it wouldn’t hurt to modify that line too. Since I’m clearly not at expert at coding, what I should do is to replace that “!!browser.tizen” line with “return false”? That would be the correct syntax (even if we don’t know the real impact of modifying that line)?
Still weird that the line at scrollManager.js was modified at some point and it no longer mentions only Tizen clients for Smooth Scroll to be enabled by default, but at the same time only Tizen client is mentioned in appSetting.js when talking about Smooth Scroll. Perhaps the last one doesn’t do anything, but I guess it’s better to make sure and return false it (but without breaking things because of bad syntax). Is it correct to replace !!browser.tizen with return false from a coding/syntax point of view?