From: Vincent Vanwaelscappel Date: Tue, 10 Jun 2025 11:06:04 +0000 (+0200) Subject: wip #7467 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=219fccbfa70214ce21fa8c77df22ba9e2a3547c2;p=fluidbook-toolbox.git wip #7467 @0.5 --- diff --git a/resources/linkeditor-stable/js/linkeditor.accessibility.js b/resources/linkeditor-stable/js/linkeditor.accessibility.js index bc8db99e6..292a05748 100644 --- a/resources/linkeditor-stable/js/linkeditor.accessibility.js +++ b/resources/linkeditor-stable/js/linkeditor.accessibility.js @@ -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) {