fix(in-app-menu): implement auto close

This commit is contained in:
JellyBrick
2024-02-18 20:00:52 +09:00
parent 4657aeca45
commit 5edb2131d2
2 changed files with 15 additions and 1 deletions

View File

@ -132,6 +132,7 @@ export const Panel = (props: PanelProps) => {
<Show when={local.open}>
<ul
{...leftProps}
id={'sub-panel'}
ref={setPanel}
class={panelStyle()}
style={{