mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 13:39:01 +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', {
|
const includedNoteWrapper = viewWriter.createUIElement( 'div', {
|
||||||
class: 'include-note-wrapper'
|
class: 'include-note-wrapper',
|
||||||
|
"data-cke-ignore-events": true
|
||||||
}, function( domDocument ) {
|
}, function( domDocument ) {
|
||||||
const domElement = this.toDomElement( domDocument );
|
const domElement = this.toDomElement( domDocument );
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user