Skip to content

Commit 97f918b

Browse files
committed
Fix typo
1 parent 90ffef0 commit 97f918b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/mainRenderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ preview.addEventListener("drop", (event) => {
1515

1616
ipcRenderer.send("replace-image", {
1717
index: parseInt(focused.id.split("-")[1]),
18-
path: fevent.dataTransfer.files[0].path,
18+
path: event.dataTransfer.files[0].path,
1919
});
2020
});
2121

0 commit comments

Comments
 (0)