From 1c49ffe5a0606e2e83a60014ed35cfbc28331235 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 8 Nov 2023 08:44:02 +0100 Subject: [PATCH] wip #6419 @0.25 --- src/Links/Link.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Links/Link.php b/src/Links/Link.php index fc68e80..7e0a9eb 100644 --- a/src/Links/Link.php +++ b/src/Links/Link.php @@ -280,7 +280,7 @@ class Link case static::DOWNLOAD_PORTION: return new DownloadPortionLink($id, $init, $compiler); case static::TRIGGERSLINK: - if ($init['target'] != 'click') { + if ($init['target'] == 'page') { $extras = isset($init['extra']) ? self::parseExtras($init['extra']) : []; $delay = $extras['delay'] ?? 0; -- 2.39.5