mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 00:36:33 +01:00
CTRL-C CTRL-V now clones the note
This commit is contained in:
@@ -171,9 +171,7 @@ const noteEditor = (function() {
|
||||
}
|
||||
|
||||
$(document).ready(() => {
|
||||
noteTitleEl.on('input', () => {
|
||||
noteChanged();
|
||||
});
|
||||
noteTitleEl.on('input', noteChanged);
|
||||
|
||||
noteDetailEl.summernote({
|
||||
airMode: true,
|
||||
|
||||
Reference in New Issue
Block a user