using textarea instead of pre for note source since that's easier to copy to clipboard

This commit is contained in:
azivner
2017-12-26 20:54:41 -05:00
parent dece400207
commit bf3f26fde8
3 changed files with 9 additions and 2 deletions

View File

@@ -9,7 +9,8 @@ const noteSource = (function() {
dialogEl.dialog({
modal: true,
width: 800
width: 800,
height: 500
});
const noteText = noteEditor.getCurrentNote().detail.note_text;