mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 16:26:31 +01:00
using textarea instead of pre for note source since that's easier to copy to clipboard
This commit is contained in:
@@ -9,7 +9,8 @@ const noteSource = (function() {
|
||||
|
||||
dialogEl.dialog({
|
||||
modal: true,
|
||||
width: 800
|
||||
width: 800,
|
||||
height: 500
|
||||
});
|
||||
|
||||
const noteText = noteEditor.getCurrentNote().detail.note_text;
|
||||
|
||||
Reference in New Issue
Block a user