We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a69a6 commit 35efed2Copy full SHA for 35efed2
app/scripts/editor.js
@@ -18,7 +18,7 @@ fs.readFile(writePath, "utf8", function(err, data){
18
quill.setText("Hello, world!");
19
return console.error(err);
20
} else {
21
- quill.setText(data);
+ quill.setText(data.trim());
22
}
23
})
24
0 commit comments