Windows ARM beta "Copy as Curl" duplicating

Bug
The “Copy as Curl” option in the context menu is duplicating when the cursor moves between menu items.
I found this on the Windows ARM beta build. I haven’t yet checked if it is happening on the x86 beta.
Windows2025.9.0-beta.10
This has been reported a couple times in the past but I've never been able to reproduce it. I’ll take another stab at it.
It’s a weird one. Right now I am able to reproduce it even after a restarting Yaak and on multiple workspaces. Here’s a bit longer video.
Do you have source maps? I added a breakpoint on subtree modifications and it is an
insertBeforecall.The callstack also looks a bit suspicious like it is in a recursive loop for a while before finally hitting another branch.
Fixed in v2025.9.0 by https://github.com/mountain-loop/yaak/commit/9ed3dacd281a21212e02b368f0b5eae7be5aeee0 — I forgot to close this out at the time.