fix: disable guest link action for selection (#5776)

Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
This commit is contained in:
Alexander Onnikov 2024-06-11 11:15:35 +07:00 committed by GitHub
parent 9be4dbfe9d
commit c53c434aeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ export function createPublicLinkAction (builder: Builder, _class: Ref<Class<Doc>
},
label: guest.string.PublicLink,
icon: guest.icon.Link,
input: 'any',
input: 'focus',
category: guest.category.Guest,
target: _class,
context: {