Skip to content

Commit

Permalink
fix: disable guest link action for selection (#5776)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Onnikov <[email protected]>
  • Loading branch information
aonnikov committed Jun 11, 2024
1 parent 9be4dbf commit c53c434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/guest/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit c53c434

Please sign in to comment.