stash/ui
Gykes a2153ced52
Bottom Page-Count button causes scenes page to reset to top (#5241)
I think was was happening is the browser was trying to do too much at once (Rendering the popup and focusing the input simultaneously). I believe it was triggering a reflow and setting the site back to default aka: back to the top.

I set the timeout to 0 which  moves the execution to the next loop event. It gives the browser time to do one and then the other, not both at the same time.

I moved `onKeyPress` to `onKeyDown` due to the former being depreciated.
2024-09-10 14:52:12 +10:00
..
login Add blank favicon on login page (#4498) 2024-02-06 10:22:32 +11:00
v2.5 Bottom Page-Count button causes scenes page to reset to top (#5241) 2024-09-10 14:52:12 +10:00
ui.go Improve caching, HTTP headers and URL handling (#3594) 2023-04-19 13:01:32 +10:00