CTRL-C CTRL-V now clones the note

This commit is contained in:
azivner
2017-11-28 11:36:32 -05:00
parent 7038636d2e
commit 0cab4e3edd
3 changed files with 12 additions and 14 deletions

View File

@@ -171,9 +171,7 @@ const noteEditor = (function() {
}
$(document).ready(() => {
noteTitleEl.on('input', () => {
noteChanged();
});
noteTitleEl.on('input', noteChanged);
noteDetailEl.summernote({
airMode: true,