From: Vincent Vanwaelscappel Date: Thu, 1 Feb 2024 15:21:28 +0000 (+0100) Subject: wait #6705 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=47e032ff0a92d2dff613b00eb35d781d4e7ddf04;p=fluidbook_tools.git wait #6705 @0.5 --- diff --git a/src/Links/Link.php b/src/Links/Link.php index dda4ad7..98e3342 100644 --- a/src/Links/Link.php +++ b/src/Links/Link.php @@ -716,6 +716,9 @@ class Link public function moveOnEvenPage() { + if ($this->page % 2 === 0 && $this->left < $this->compiler->getWidthForLinks()) { + return false; + } return $this->attachLeft; }