From 55b204259bea8678a28440c655a44fc37fe72d1e Mon Sep 17 00:00:00 2001 From: Richard Doe Date: Mon, 19 Feb 2024 10:23:17 +0000 Subject: [PATCH] chore: update prop description --- packages/portal/src/components/generic/CiteAttribution.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/portal/src/components/generic/CiteAttribution.vue b/packages/portal/src/components/generic/CiteAttribution.vue index ccc47b77ea..3c94e968bb 100644 --- a/packages/portal/src/components/generic/CiteAttribution.vue +++ b/packages/portal/src/components/generic/CiteAttribution.vue @@ -121,7 +121,7 @@ default: false }, /** - * If `true`, expanded using keydown event + * If `true`, focus the first link when mounted */ setFocus: { type: Boolean,