mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-22 23:31:12 +02:00
refactor: improve password input layout and enhance chat thread title update logic
This commit is contained in:
parent
f01ddf3f0a
commit
1714922830
3 changed files with 42 additions and 29 deletions
|
|
@ -27,7 +27,6 @@ export function useTypewriter(text: string, speed = 35, skipFor = "New Chat"): s
|
|||
}
|
||||
|
||||
let i = 0;
|
||||
setDisplayed("");
|
||||
intervalRef.current = setInterval(() => {
|
||||
i++;
|
||||
setDisplayed(text.slice(0, i));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue