Explorar o código

Tests: Fixed test broken in the previous commit.

Piotrek Koszuliński %!s(int64=10) %!d(string=hai) anos
pai
achega
e489e91d9b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-engine/tests/treeview/manual/typing.js

+ 1 - 1
packages/ckeditor5-engine/tests/treeview/manual/typing.js

@@ -30,5 +30,5 @@ function handleTyping( evt, mutations ) {
 		return;
 	}
 
-	mutation.node.setText( mutation.newText );
+	mutation.node.data = mutation.newText;
 }