Hi there, this is expected. We don’t plan on supporting the pattern of menu items having a loading state. The expected flow should look something like:
Click Delete product
Action is performed, menu gets closed
Some other UI informs the user that the action was complete or an error occurred
Apparently, s-menu automatically closes itself when it detects a bubbled click on the document body, so triggering that synthetic event achieves the desired behaviour.