DEV: supports inline for d-menu (#26742)

`<DMenu @inline={{true}} ...>...</DMenu>` will render the body relative to the trigger instead of rendering it in a portal.
This commit is contained in:
Joffrey JAFFEUX 2024-04-24 18:29:26 +02:00 committed by GitHub
parent 9f8091abf0
commit be96295c25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,6 +69,7 @@ export const MENU = {
onShow: null,
onRegisterApi: null,
modalForMobile: false,
inline: null,
},
portalOutletId: "d-menu-portal-outlet",
};