Skip to content
Snippets Groups Projects

Resolve "Customize branch name when using create branch in an issue"

Compare and Show latest version
8 files
+ 189
49
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -34,7 +34,6 @@ class DropDown {
clickEvent(e) {
if (e.target.tagName === 'UL') return;
if (e.target.tagName === 'INPUT') return;
if (e.target.classList.contains(IGNORE_CLASS)) return;
const selected = utils.closest(e.target, 'LI');
Loading