From: Vincent Vanwaelscappel Date: Fri, 7 Jul 2023 15:24:30 +0000 (+0200) Subject: wait #6116 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=15cdce79827ef6b1e4c559d7a07c2d028b8df2cf;p=fluidbook_tools.git wait #6116 @0.5 --- diff --git a/src/Links/Link.php b/src/Links/Link.php index 0812e3a..007f86e 100644 --- a/src/Links/Link.php +++ b/src/Links/Link.php @@ -702,7 +702,7 @@ class Link { } public function isOutsidePage() { - return $this->top > $this->compiler->getHeight() || $this->left > $this->compiler->getWidth(); + return $this->top > $this->compiler->getHeightForLinks($this->page) || $this->left > $this->compiler->getWidthForLinks($this->page); } public function ignore() {