Skip to content
Snippets Groups Projects
Commit c866e6ee authored by chris's avatar chris
Browse files

fix togglable info

parent ce2fbcd8
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ export default class FillTheGapContainerNodeView extends QuestionsNodeView {
}
stopEvent(event) {
if (event.target.type === 'textarea') {
if (event.target.type === 'textarea' || !event.target.type) {
return true;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment