You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Use CSS truncation instead of string modification in prompt editor (#5528)
Replace string truncation (appending "...") with CSS line-clamp for
visual truncation. This prevents the truncation marker from being
treated as actual content when editing or saving prompts.
Fixes issue where long prompts would have content deleted below the
truncation point when editing.
Co-authored-by: Justin Torre <justin@Justins-MacBook-Pro.local>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments