From c53c434aebf5732af19fde8cecb304cfdd07a024 Mon Sep 17 00:00:00 2001 From: Alexander Onnikov Date: Tue, 11 Jun 2024 11:15:35 +0700 Subject: [PATCH] fix: disable guest link action for selection (#5776) Signed-off-by: Alexander Onnikov --- models/guest/src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/guest/src/utils.ts b/models/guest/src/utils.ts index 705c6f4c12..d01a26af5f 100644 --- a/models/guest/src/utils.ts +++ b/models/guest/src/utils.ts @@ -18,7 +18,7 @@ export function createPublicLinkAction (builder: Builder, _class: Ref }, label: guest.string.PublicLink, icon: guest.icon.Link, - input: 'any', + input: 'focus', category: guest.category.Guest, target: _class, context: {