]> _ Git - fluidbook-toolbox.git/commitdiff
wip #7427 @2
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 8 Apr 2025 18:08:42 +0000 (20:08 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 8 Apr 2025 18:08:42 +0000 (20:08 +0200)
app/Fluidbook/Compiler/Links.php

index 3c330d935590eb56a2d8e46f98f81a0c9c2daf5b..06d044d72cf659714bd7af96024d14ae6ffcbcc0 100644 (file)
@@ -25,8 +25,8 @@ trait Links
     protected function writeLinks()
     {
 
-        $dupLinkAreaLayer = ($this->getSetting('linksAnimationLayer', 'top') === 'under');
-        if ($dupLinkAreaLayer) {
+        $dupLinkAreaColor = ($this->getSetting('linksAnimationLayer', 'top') === 'under');
+        if ($dupLinkAreaColor) {
             $dupLinkAreaColor = $this->getSetting('linksColor');
             $dupLinkAreaOpacity = $this->getSetting('linksOpacity', 30) / 100;
             $dupLinkAreaDuration = $this->getSetting('linkBlinkTime');