mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
fix comments
This commit is contained in:
@@ -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> `;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user