Improved ref switcher dropdown performance
Compare changes
- Phil Hughes authored
Closes #18202
+ 16
− 5
@@ -63,7 +63,8 @@
@@ -63,7 +63,8 @@
@@ -72,16 +73,26 @@
@@ -72,16 +73,26 @@
link = $('<a />').attr('href', '#').addClass(ref === selected ? 'is-active' : '').text(ref).attr('data-ref', ref);