mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
fixed "add date" for ckeditor
This commit is contained in:
@@ -20,7 +20,7 @@ $(document).bind('keydown', 'alt+t', () => {
|
||||
const date = new Date();
|
||||
const dateString = formatDateTime(date);
|
||||
|
||||
$('#note-detail').summernote('insertText', dateString);
|
||||
link.addTextToEditor(dateString);
|
||||
});
|
||||
|
||||
$(document).bind('keydown', 'f5', () => {
|
||||
|
||||
Reference in New Issue
Block a user