Skip to content
Snippets Groups Projects

Resolve "User-generated permalink IDs collide with GitLab interface"

Merged Mike Greiling requested to merge 22781-user-generated-permalinks into master
All threads resolved!
Files
1205
@@ -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