Skip to content
Snippets Groups Projects

Hhmi accessibility

Merged Christos requested to merge hhmi-accessibility into master
@@ -30,7 +30,12 @@ export default class MatchingContainerNodeView extends QuestionsNodeView {
}
stopEvent(event) {
if (event.target.type === 'textarea' || event.target.type === 'text') {
if (
event.target.type === 'textarea' ||
event.target.type === 'text' ||
event.target.type === 'button' ||
!event.target.type
) {
return true;
}
const innerView = this.context.pmViews[this.node.attrs.id];