lencx / ChatGPT

🔮 ChatGPT Desktop Application (Mac, Windows and Linux)
https://nofwl.com
52.06k stars 5.85k forks source link

[Bug] Scroll to Top/Bottom does not work #1109

Open idrnet opened 10 months ago

idrnet commented 10 months ago

Non-ChatGPT bug

Version

1.1.0

Bug description

Scroll to Top/Bottom does not work, there's no reaction, i need to scroll manually with the mouse and/or click to View and then Scroll.

OS

Windows Server

Environment

No response

a4v2d4 commented 7 months ago

+1, same here

Version

1.1.0

OS

macOS 13.5

I think the issue has something to do with lines 373-389 in src-tauri/src/app/menu.rs: "scroll_top" => win .eval( r#"window.scroll({ top: 0, left: 0, behavior: "smooth" })"#, ) .unwrap(), "scroll_bottom" => win .eval( r#"window.scroll({ top: document.body.scrollHeight, left: 0, behavior: "smooth"})"#, ) .unwrap(),