Fix encoding issue on import.
parent
f245116e48
commit
cc8ff94b10
|
@ -106,7 +106,7 @@
|
|||
});
|
||||
|
||||
// Read in the image file as a data URL.
|
||||
reader.readAsBinaryString(file);
|
||||
reader.readAsText(file);
|
||||
});
|
||||
|
||||
// Hook for interaction with the main parent window ...
|
||||
|
|
Loading…
Reference in New Issue