Commit 22d3b9be authored by Douwe Maan's avatar Douwe Maan

Don't show comment button in gutter of diffs on MR discussion tab

parent ee0488d1
Please view this file on the master branch, on stable branches it's out of date.
v 8.10.2 (unreleased)
- Don't show comment button in gutter of diffs on MR discussion tab
v 8.10.1
- Refactor repository storages documentation. !5428
......
......@@ -16,7 +16,7 @@ class @FilesCommentButton
debounce = _.debounce @render, DEBOUNCE_TIMEOUT_DURATION
$(document)
$(@filesContainerElement)
.off 'mouseover', LINE_COLUMN_CLASSES
.off 'mouseleave', LINE_COLUMN_CLASSES
.on 'mouseover', LINE_COLUMN_CLASSES, debounce
......
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