mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-21 08:04:45 +00:00
chore: permissions ux
This commit is contained in:
@@ -328,6 +328,12 @@ export function SessionTurn(
|
||||
}
|
||||
})
|
||||
|
||||
createEffect(() => {
|
||||
if (permissionParts().length > 0) {
|
||||
autoScroll.forceScrollToBottom()
|
||||
}
|
||||
})
|
||||
|
||||
createEffect(() => {
|
||||
if (working() || !isLastUserMessage()) return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user