Adaptive Cards | Links not working with Input.Toggle

  1. Client (production/canary) and FXServer version
    Client: Production
    FXServer: FXServer-master SERVER v1.0.0.5562 win32

  2. What you expected to happen
    When you click a link created in the markdown format [label](url) contained in an adaptive card element of type Input.Toggle, it should open the web browser and navigate to that link

  3. What actually happens
    It doesn’t open the web browser (probably because clicking any part of the Input.Toggle toggles/untoggles the checkbox)

  4. Category of bug (eg. client, server, weapons, peds, native)
    Client

  5. Reproducible steps, preferably with example script(s)

// example
deferrals.presentCard(card, handler);

card being a json string containing this somewhere:


        {
            "type": "Input.Toggle",
            "id": "inputAcceptTerms",
            "title": "I have read and I accept the terms and conditions of the [User Agreement](https://sasinosoft.com/Agreement) and [Privacy Policy](https://sasinosoft.com/Privacy). I declare I'm 16 years old or older, or I have the permission of my parents or guardian to register an account and play GTA Cops and Robbers. I am not creating a new account to evade an active ban and I understand that if I do, the ban duration will be extended.",
            "wrap": true,
            "value": "false",
            "spacing": "Medium"
        }

This seems to already work fine in the reimplemented UI, so I’ll mark it as fixed by the time that ships.