refactor: Naming (#27001)

This commit is contained in:
Aleksander Grygier
2026-08-13 19:45:32 +02:00
committed by GitHub
parent 9c5531e2bf
commit fa4ec4590c
28 changed files with 275 additions and 212 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ export {
textOffsetToRange,
badgeAwareWordJump,
leadingBadgeEdgeOffset
} from './contenteditable-tokenizer';
} from './chat-form-input-rich-tokenizer';
// Source-space undo/redo history for the chat-form contenteditable
export { SourceHistory, type SourceHistoryEntry } from './source-history';