Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ const LARGE_PASTE_LINE_THRESHOLD = 200;
const LARGE_PASTE_PREVIEW_CHARS = 160;
const CARET_ANCHOR_TEXT = "\u200B";
const IME_ENTER_SUPPRESS_WINDOW_MS = 300;
const IME_COMPOSITION_END_ENTER_TAIL_MS = 80;
const IME_COMPOSITION_END_ENTER_TAIL_MS = 20;
// Must match the .composer-typewriter-char animation duration in index.css.
const TYPEWRITER_CHAR_FADE_MS = 220;
const GITHUB_ICON_SVG =
Expand Down
2 changes: 1 addition & 1 deletion crates/agent-gui/src/components/chat/MentionComposer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ const COMPOSER_CONTEXT_MENU_HEIGHT = 154;
const COMPOSER_CONTEXT_MENU_MARGIN = 12;
const CARET_ANCHOR_TEXT = "\u200B";
const IME_ENTER_SUPPRESS_WINDOW_MS = 300;
const IME_COMPOSITION_END_ENTER_TAIL_MS = 80;
const IME_COMPOSITION_END_ENTER_TAIL_MS = 20;
// Must match the .composer-typewriter-char animation duration in index.css.
const TYPEWRITER_CHAR_FADE_MS = 220;
const GITHUB_ICON_SVG =
Expand Down
Loading