DEV: Add current menu-panel tab ID as data attribute to panel (#24901)
This commit is contained in:
parent
f51f467030
commit
74f964f2b4
|
@ -1,5 +1,6 @@
|
|||
<div
|
||||
class={{this.classNames}}
|
||||
data-tab-id={{this.currentTabId}}
|
||||
data-max-width="320"
|
||||
{{did-insert this.triggerRenderedAppEvent}}
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue