Prompt call opens two IDE windows

I just tested version V9.1.9 and sometimes my scripts using prompt command opens a second IDE windows making the script unusable. I have to close the two windows, open them again, run the script again showing the the same issue. After several attempts I sometimes get my scripts running but I think this is not the way it suppose to be. This issue has been with the first version introducing the side bar.

This is my code causing it in Chrome PC mostly every time running it in IDE window (not side bar)

{
  "Name": "Test 2",
  "CreationDate": "2024-5-8",
  "Commands": [
    {
      "Command": "prompt",
      "Target": "Enter emails, employeeIDs or full name separated by  ;",
      "Value": "mySearchValuesString",
      "Description": ""
    }
  ]
}

Can someone look into this issue?
Thank you

The challenge is that we do not see this issue in our tests.

As a test, if you try in Firefox and Edge, do you see the same issue?

I’m sorry but I don’t have the time right now to do script testing. I do see this happening in Chrome, have not tested in Edge. You have the screen shot of the issue. I have rolled back to the latest stable version 8.3.9 and disabled updating kantu. I just will wait it out then and see if there are any improvements within the next versions.

In the meanwhile I will keep my Kantu on version 8.3.9 as this is existential for my daily work.

Hendrik