mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-19 15:14:49 +00:00
fix(app): timeline jank
This commit is contained in:
@@ -142,7 +142,10 @@ export function createAutoScroll(options: AutoScrollOptions) {
|
||||
|
||||
const handleInteraction = () => {
|
||||
if (!active()) return
|
||||
stop()
|
||||
const selection = window.getSelection()
|
||||
if (selection && selection.toString().length > 0) {
|
||||
stop()
|
||||
}
|
||||
}
|
||||
|
||||
const updateOverflowAnchor = (el: HTMLElement) => {
|
||||
|
||||
Reference in New Issue
Block a user