Oleksandr

Results 6 comments of Oleksandr
trafficstars

When MoveJS included before `body` element it fails to initialize, because it tries to access `document.body.style` which isn't yet created. Strange that such behavior is not covered by docs.

Probably the easiest solution could be to check whether the `Shift` key pressed and if that's true — disable Smooth Scrolling until `Shift` is released. Not sure but it might...

Thank you for the detailed reply. I believe such valuable info would be better to put in README rather than explain it to every random person coming to the bug...

The "command not found" error was caused by a typo in "#!" line, thank you for pointing this out. Typing on the iPhone is painful and full of typos. 😒...

I had an idea of using user scripts to prepare the page once I click a button, but custom events from a SingeFile are even better as no extra steps...

I second this as I'm also experiencing this issue. In fact the input is not disabled. It just can't be focused/activated with a **left** mouse button. To work around this...