From eb609b772d765be515b8d4565339deee21168727 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 3 May 2022 08:51:27 +0000 Subject: [PATCH] wait #5272 @0.5 --- inc/ws/Util/html5/master/class.ws.html5.links.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/inc/ws/Util/html5/master/class.ws.html5.links.php b/inc/ws/Util/html5/master/class.ws.html5.links.php index 1e17b2ae4..eacba54a8 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.links.php +++ b/inc/ws/Util/html5/master/class.ws.html5.links.php @@ -1747,6 +1747,11 @@ class layerLink extends imageLink protected $maxzoom_default = 4; public $defaultZIndex = 31; + public function ignore() + { + return parent::ignore() || $this->isOutsidePage(); + } + public function getCSS() { $attributes = $this->getZoomAttributes(); -- 2.39.5