Skip to content

Commit 4af8232

Browse files
committed
feat: add data-toggle to toggle button
1 parent 245d478 commit 4af8232

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ApiBodyDocumentElement.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,8 @@ export class ApiBodyDocumentElement extends AmfHelperMixin(LitElement) {
564564
<div class="title-area-actions" data-toggle="body">
565565
<anypoint-button
566566
class="toggle-button"
567-
?compatibility="${compatibility}">
567+
?compatibility="${compatibility}"
568+
data-toggle="body">
568569
${this.toggleActionLabel}
569570
<arc-icon class="${classMap(iconClass)}" icon="expandMore"></arc-icon>
570571
</anypoint-button>

0 commit comments

Comments
 (0)