fix comments

This commit is contained in:
Cory LaViska
2024-05-28 13:08:42 -04:00
parent 2f470f129f
commit f77acb4716

View File

@@ -265,7 +265,7 @@ export class SubmenuController implements ReactiveController {
renderSubmenu() {
const isLtr = this.localize.dir() === 'ltr';
// Always render the slot, but conditionally render the outer <wa-popup>
// Always render the slot, but conditionally render the outer `<wa-popup>`
if (!this.isConnected) {
return html` <slot name="submenu" hidden></slot> `;
}