Explorar el Código

Tests: Aligned to changes in ckeditor5-clipboard.

Kuba Niegowski hace 5 años
padre
commit
a2b909b9da
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/ckeditor5-heading/tests/title.js

+ 1 - 0
packages/ckeditor5-heading/tests/title.js

@@ -300,6 +300,7 @@ describe( 'Title', () => {
 
 			editor.editing.view.document.fire( 'paste', {
 				dataTransfer: dataTransferMock,
+				stopPropagation() {},
 				preventDefault() {}
 			} );