mirror of
https://github.com/NeuralNomadsAI/CodeNomad.git
synced 2026-07-10 00:14:27 +00:00
fix(ui): reduce message stream follow threshold
This commit is contained in:
parent
3f890e5de1
commit
b8e0714b68
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ import type { DeleteHoverState } from "../types/delete-hover"
|
|||
import { buildRecordDisplayData } from "../stores/message-v2/record-display-cache"
|
||||
import { getPartCharCount } from "../lib/token-utils"
|
||||
|
||||
const SCROLL_SENTINEL_MARGIN_PX = 48
|
||||
const SCROLL_SENTINEL_MARGIN_PX = 8
|
||||
const MESSAGE_SCROLL_CACHE_SCOPE = "message-stream"
|
||||
const QUOTE_SELECTION_MAX_LENGTH = 2000
|
||||
const codeNomadLogo = new URL("../images/CodeNomad-Icon.png", import.meta.url).href
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue