From: Vincent Vanwaelscappel Date: Wed, 14 Jun 2023 09:57:09 +0000 (+0200) Subject: wait #6014 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=dd87ef177746bf82cea097b4e8e61bcd59d17916;p=fluidbook-toolbox.git wait #6014 @0.5 --- diff --git a/app/Fluidbook/Compiler/Links.php b/app/Fluidbook/Compiler/Links.php index c7085fca1..324dca2be 100644 --- a/app/Fluidbook/Compiler/Links.php +++ b/app/Fluidbook/Compiler/Links.php @@ -139,7 +139,7 @@ trait Links 'left' => 0, 'width' => 10, 'height' => 10, - 'type' => AnchorLink::class, + 'type' => Link::ANCHOR, 'to' => $name, 'uid' => LinksData::generateUID() ]; @@ -265,7 +265,7 @@ trait Links 'left' => 0, 'width' => 100, 'height' => 100, - 'type' => AnchorLink::class, + 'type' => Link::ANCHOR, 'to' => $from, 'uid' => LinksData::generateUID() ];