Skip to content
Snippets Groups Projects
Commit 9e40ec5b authored by rhenck's avatar rhenck
Browse files

Use text-field-simple in cloze context

parent 00fb8206
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ const TextFieldExtension =
addAttributes() {
return {
model: {
default: ElementFactory.createElement('text-field')
default: ElementFactory.createElement('text-field-simple')
}
};
},
......
......@@ -13,7 +13,7 @@ const TextFieldComponentExtension = (injector: Injector): Node => {
addAttributes() {
return {
model: {
default: ElementFactory.createElement('text-field', { height: 25, width: 100 })
default: ElementFactory.createElement('text-field-simple', { height: 25, width: 100 })
}
};
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment