]> _ Git - fluidbook-toolbox.git/commitdiff
wip #7813 @4
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 23 Oct 2025 11:35:14 +0000 (13:35 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 23 Oct 2025 11:35:14 +0000 (13:35 +0200)
resources/linkeditor-stable/js/linkeditor.links.js

index 98e6b05c5a0c8430cc87b4cf5caaed52a3d96cb5..cd699c8af2aaaf3aceb32127dc907fcfba0823e7 100644 (file)
@@ -1329,7 +1329,7 @@ LinkeditorLinks.prototype = {
         };
         if (!this.linkeditor.single && !double) {
             if (parseFloat($(link).attr('fb-left')) > this.linkeditor.pw) {
-                rect.x = this.linkeditor.pw - margin;
+                rect.x = this.linkeditor.pw - margin + 0.1;
             }
             rect.width = this.linkeditor.pw + margin * 2;
         }