Skip to content

Commit

Permalink
Fix: Separate the button from title to ensure accessibility [ADAPT-11…
Browse files Browse the repository at this point in the history
…524] (#65)
  • Loading branch information
eleanor-heath authored and christopher-learningpool committed Dec 1, 2023
2 parents 8fb81fb + 794f7bf commit 93337ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/FlipcardView.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import a11y from 'core/js/a11y';
import ComponentView from 'coreViews/componentView';

class FlipcardView extends ComponentView {

events() {
return {
'click .flipcard__item': 'onClickFlipItem',
Expand Down

0 comments on commit 93337ff

Please sign in to comment.