1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Desktop, Mobile: Fixes #12987: Fix images rendered in the Markdown editor don't reload when downloaded (#13045)

This commit is contained in:
Henry Heino
2025-09-08 04:01:54 -07:00
committed by GitHub
parent 69135c3bea
commit 1f0a98999f
17 changed files with 180 additions and 50 deletions

View File

@@ -37,7 +37,7 @@ interface SyncCompleteEvent {
withErrors: boolean;
}
interface ResourceChangeEvent {
export interface ResourceChangeEvent {
id: string;
}