Remix.run Logo
layer8 3 hours ago

If you mean dragging, then that’s more than just a single click. And if you mean clicking in the gutter, then it also doesn’t work with a single click; you have to make use of the auto-repeat functionality, which takes O(n) time, where n is the distance between positions in number of pages. Shift+Click does it instantly in O(1).

charcircuit 2 hours ago | parent [-]

>it also doesn’t work with a single click

If you hold it down long enough it does do it in a single click.

layer8 2 hours ago | parent | next [-]

Look again at what I wrote. Auto-repeat translates into successive click events.

autoexec 2 hours ago | parent | prev [-]

one page up/down at a time though. It gets there eventually, but it's ugly.