Skip to content

Commit 9863582

Browse files
save file
1 parent ab3def5 commit 9863582

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/editors/editor/v2.0/editor-v2.0.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@
115115

116116
initdom(document.body);
117117

118-
118+
console.log(window.electronAPI);
119+
119120
window.electronAPI?.onOpenFile(async filePath=>{
120121

121122
var txt = await window.electronAPI.readFile(filePath);

0 commit comments

Comments
 (0)