Skip to content
Snippets Groups Projects

Improved ref switcher dropdown performance

Merged Phil Hughes requested to merge ref-switcher-perf into master
2 files
+ 5
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -94,8 +94,8 @@
@@ -94,8 +94,8 @@
link.className = 'is-active';
link.className = 'is-active';
}
}
link.textContent = ref.name;
link.textContent = ref;
link.dataset.ref = ref.name;
link.dataset.ref = ref;
li.appendChild(link);
li.appendChild(link);
}
}
Loading