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 245d478 commit 4af8232Copy full SHA for 4af8232
src/ApiBodyDocumentElement.js
@@ -564,7 +564,8 @@ export class ApiBodyDocumentElement extends AmfHelperMixin(LitElement) {
564
<div class="title-area-actions" data-toggle="body">
565
<anypoint-button
566
class="toggle-button"
567
- ?compatibility="${compatibility}">
+ ?compatibility="${compatibility}"
568
+ data-toggle="body">
569
${this.toggleActionLabel}
570
<arc-icon class="${classMap(iconClass)}" icon="expandMore"></arc-icon>
571
</anypoint-button>
0 commit comments