Fix Diff view + Caching

This commit is contained in:
Shantur Rathore
2025-11-11 11:09:06 +00:00
parent d277d50ed7
commit 34dec16e22
3 changed files with 135 additions and 39 deletions

View File

@@ -2,6 +2,7 @@ export interface RenderCache {
text: string
html: string
theme?: string
mode?: string
}
export interface MessageDisplayParts {