Skip to content

Commit 35efed2

Browse files
committed
Trimmed data
Looks like electron-forge does not work too well
1 parent 80a69a6 commit 35efed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/scripts/editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fs.readFile(writePath, "utf8", function(err, data){
1818
quill.setText("Hello, world!");
1919
return console.error(err);
2020
} else {
21-
quill.setText(data);
21+
quill.setText(data.trim());
2222
}
2323
})
2424

0 commit comments

Comments
 (0)