Commit f1ca332b authored by Regis's avatar Regis

fix UI behaviour

parent 88c3c8a8
......@@ -31,7 +31,7 @@
const areaExpanded = e.currentTarget.attributes['aria-expanded'];
if (areaExpanded && areaExpanded.textContent) {
if (areaExpanded && (areaExpanded.textContent === 'true')) {
return setTimeout(() => (this.request = false), 100);
}
......
Markdown is supported
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