Skip to content

Commit 4f6d8c9

Browse files
chore(components): reset unnecessary changes in post-collapsible
1 parent 7d43281 commit 4f6d8c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/components/src/components/post-collapsible/post-collapsible.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ export class PostCollapsible {
7575
}
7676

7777
/**
78-
* Update all `<post-collapsible-trigger>` aria attributes, referring to this collapsible
79-
* If is called accidentally on the server, it will do nothing.
78+
* Update all post-collapsible-trigger elements referring to the collapsible
8079
*/
8180
private updateTriggers() {
8281
const triggers: NodeListOf<HTMLPostCollapsibleTriggerElement> = document.querySelectorAll(

0 commit comments

Comments
 (0)