]> _ Git - fluidbook_tools.git/commitdiff
wait #6708 @0:20
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 2 Feb 2024 11:30:41 +0000 (12:30 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 2 Feb 2024 11:30:41 +0000 (12:30 +0100)
src/Links/ContentLink.php
src/Links/LayerLink.php

index 199ba3e0d67b803c6e82efdc7ee4d0e00d591d81..a0f1a8ac7e71d254a0374daa3eedddae30aa1e45 100644 (file)
@@ -95,4 +95,9 @@ class ContentLink extends Link
         }
         return false;
     }
+
+    public function moveOnEvenPage()
+    {
+        return false;
+    }
 }
index ac65a8e147372fb4da5891813a04a39a2e50f240..b9ae28f7bb37d9703665bb1dd4c6033563c2a533 100644 (file)
@@ -75,4 +75,7 @@ class LayerLink extends ImageLink
             'layer' => $layer,
         ];
     }
+
+
+
 }