mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 15:39:02 +01:00
fix(includenote): not being able to copy from the included note
See https://github.com/ckeditor/ckeditor5/issues/4600 for more info.
This commit is contained in:
parent
3a24a959a2
commit
e303281207
@ -113,7 +113,8 @@ class IncludeNoteEditing extends Plugin {
|
||||
} );
|
||||
|
||||
const includedNoteWrapper = viewWriter.createUIElement( 'div', {
|
||||
class: 'include-note-wrapper'
|
||||
class: 'include-note-wrapper',
|
||||
"data-cke-ignore-events": true
|
||||
}, function( domDocument ) {
|
||||
const domElement = this.toDomElement( domDocument );
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user