]> _ Git - fluidbook-toolbox.git/commitdiff
wip #7467 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 10 Jun 2025 11:06:04 +0000 (13:06 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 10 Jun 2025 11:06:04 +0000 (13:06 +0200)
resources/linkeditor-stable/js/linkeditor.accessibility.js

index bc8db99e68c8c888a50d0d906ab6e301fb11c221..292a057484d1e355f975b3f95c307059326ec9fd 100644 (file)
@@ -167,9 +167,11 @@ LinkeditorAccessibility.prototype = {
         });
 
         let i = 0;
+        let wrapper = $("#linkeditor-links");
         $(links).each(function (k, v) {
             $(v.link).attr('fb-order', i++);
             $(v.link).attr('fb-orderable', v.interactive ? '1' : '0');
+            $(wrapper).append($(v.link));
         });
 
         if (refresh) {