]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6014 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 14 Jun 2023 09:57:09 +0000 (11:57 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 14 Jun 2023 09:57:09 +0000 (11:57 +0200)
app/Fluidbook/Compiler/Links.php

index c7085fca150b116b221283a2fbc12de4fb6c305a..324dca2be246f87fc7097bfb5e110c139b9896a1 100644 (file)
@@ -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()
                         ];