Skip to content

Commit 80c2bef

Browse files
committed
feature: Properly save embedded images in excalidraw file
1 parent f5d5d38 commit 80c2bef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin/src/main/kotlin/com/github/bric3/excalidraw/editor/ExcalidrawWebViewController.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,8 @@ class ExcalidrawWebViewController(
253253
254254
window.postMessage({
255255
type: "update",
256-
elements: json.elements
256+
elements: json.elements,
257+
files: json.files
257258
}, 'https://$pluginDomain')
258259
"""
259260
)

0 commit comments

Comments
 (0)