We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02cd79d commit e74210eCopy full SHA for e74210e
app/code/Magento/Swatches/view/base/web/js/swatch-renderer.js
@@ -854,7 +854,7 @@ define([
854
*/
855
_toggleCheckedAttributes: function ($this, $wrapper) {
856
$wrapper.attr('aria-activedescendant', $this.attr('id'))
857
- .find('.' + this.options.classes.optionClass).attr('aria-checked', false);
+ .find('.' + this.options.classes.optionClass).attr('aria-checked', false);
858
$this.attr('aria-checked', true);
859
},
860
0 commit comments