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

fix hhmi focus

parent 31b7f88d
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ export default class MatchingContainerNodeView extends QuestionsNodeView { ...@@ -30,7 +30,7 @@ export default class MatchingContainerNodeView extends QuestionsNodeView {
} }
stopEvent(event) { stopEvent(event) {
if (event.target.type === 'textarea') { if (event.target.type === 'textarea' || event.target.type === 'text') {
return true; return true;
} }
const innerView = this.context.pmViews[this.node.attrs.id]; const innerView = this.context.pmViews[this.node.attrs.id];
......
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