Skip to content
Snippets Groups Projects
Commit c17fca05 authored by jojohoch's avatar jojohoch
Browse files

Remove double initialization of height of toggle button

parent 121fe614
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,6 @@ const ToggleButtonComponentExtension = (injector: Injector): Node => { ...@@ -16,8 +16,6 @@ const ToggleButtonComponentExtension = (injector: Injector): Node => {
model: { model: {
default: new ToggleButtonElement({ default: new ToggleButtonElement({
type: 'toggle-button', type: 'toggle-button',
height: 30,
width: 100,
id: 'cloze-child-id-placeholder' id: 'cloze-child-id-placeholder'
}) })
} }
......
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