Commit 86afffe
authored
fix fork menu allowing user to double select an entry (#6430)
in cases where forking a session was not immediate due to extensions
slowing down teardown, it's possible for the user to select the
message to fork more than once and then create multiple session forks.
in this fix we close the forking menu before starting the fork process
to not allow such behavior.
fixes #63211 parent dd1c690 commit 86afffe
1 file changed
Lines changed: 1 addition & 3 deletions
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4493 | 4493 | | |
4494 | 4494 | | |
4495 | 4495 | | |
| 4496 | + | |
4496 | 4497 | | |
4497 | 4498 | | |
4498 | 4499 | | |
4499 | | - | |
4500 | 4500 | | |
4501 | 4501 | | |
4502 | 4502 | | |
4503 | 4503 | | |
4504 | 4504 | | |
4505 | | - | |
4506 | 4505 | | |
4507 | 4506 | | |
4508 | | - | |
4509 | 4507 | | |
4510 | 4508 | | |
4511 | 4509 | | |
| |||
0 commit comments