Correctly sets tabindex to 0 on move up / down buttons that are inactive....
5 unresolved threads
Compare changes
+ 83
− 62
@@ -17,7 +17,6 @@
@@ -17,7 +17,6 @@
@@ -106,12 +105,20 @@
@@ -106,12 +105,20 @@
@@ -150,38 +157,53 @@
@@ -150,38 +157,53 @@
@@ -361,11 +383,9 @@
@@ -361,11 +383,9 @@
@@ -501,42 +521,43 @@
@@ -501,42 +521,43 @@
This was previously running every time a UI element was attached to the dom (i.e. for each Layout Paragraphs "add component" button, controls UI, etc.) causing behaviors to be rerun dozens of times on a single page.