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
+1 -1
View File
@@ -327,7 +327,7 @@
</div>
<div id="note-source-dialog" title="Note source" style="display: none; padding: 20px;">
<pre id="note-source"></pre>
<textarea id="note-source" readonly="readonly"></textarea>
</div>
<div id="tooltip" style="display: none;"></div>