Skip to content
Snippets Groups Projects

Stops triggering board sidebar when clicking avatar

Merged Phil Hughes requested to merge issue-boards-card-img-triggers-sidebar into master
All threads resolved!
3 files
+ 23
6
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -50,9 +50,7 @@ export default {
this.showDetail = false;
},
showIssue(e) {
const targetTagName = e.target.tagName.toLowerCase();
if (targetTagName === 'a' || targetTagName === 'button') return;
if (e.target.classList.contains('js-no-trigger')) return;
if (this.showDetail) {
this.showDetail = false;
Loading