Skip to content
Snippets Groups Projects

Replace static fixture for right_sidebar_spec

Merged Winnie requested to merge (removed):right-sidebar-fixture into master
344 files
+ 4167
3099
Compare changes
  • Side-by-side
  • Inline
Files
344
@@ -54,6 +54,9 @@
@@ -54,6 +54,9 @@
mouseDown () {
mouseDown () {
this.showDetail = true;
this.showDetail = true;
},
},
 
mouseMove() {
 
this.showDetail = false;
 
},
showIssue (e) {
showIssue (e) {
const targetTagName = e.target.tagName.toLowerCase();
const targetTagName = e.target.tagName.toLowerCase();
Loading