We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6e16d commit 447fe9aCopy full SHA for 447fe9a
src/ApiMethodDocumentation.js
@@ -1014,8 +1014,8 @@ export class ApiMethodDocumentation extends AmfHelperMixin(LitElement) {
1014
?opened="${callbacksOpened}"
1015
>
1016
<div class="heading3 table-title" role="heading" aria-level="2">Callbacks</div>
1017
- <div class="title-area-actions" aria-label="${buttonState}" data-toggle="callbacks">
1018
- <anypoint-button class="toggle-button" ?compatibility="${compatibility}">
+ <div class="title-area-actions" aria-label="${buttonState}">
+ <anypoint-button class="toggle-button" ?compatibility="${compatibility}" data-toggle="callbacks">
1019
${label}
1020
<arc-icon icon="expandMore" class="icon ${iconClass}"></arc-icon>
1021
</anypoint-button>
0 commit comments