mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
keep menu open when starting shared session
This commit is contained in:
parent
a42d075fa6
commit
851e9dcaa2
1 changed files with 0 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ export function AnalyseMenu(props: AnalyseMenuProps) {
|
||||||
<li>
|
<li>
|
||||||
<button className="share-session" title="Start a shared session" disabled={props.isShared}
|
<button className="share-session" title="Start a shared session" disabled={props.isShared}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
details.open = false;
|
|
||||||
props.onShare()
|
props.onShare()
|
||||||
}}>
|
}}>
|
||||||
<Show when={!props.isShared}>
|
<Show when={!props.isShared}>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue