HtmlEditor - Edit Links

Hi,

When using the HTMLEditor, it's not possible to select the link and edit it, as clicking on the element will trigger the link. You cannot select the styled button. You can select the text, but clicking on them will redirect the user.

<section class="bg-light p-5">
    <div class="container">
        <div class="row justify-content-center align-items-center">
            <div class="col-md-8 text-center">
                <h2>Call to Action Title</h2>
                <p class="lead">Call to Action Text</p>
                <a href="#" class="btn btn-primary btn-lg">Call to Action Button</a>

                <a href="#">This can be selected, but don't click me...</a>
            </div>
        </div>
    </div>
</section>

Anyone have a way to select the button and ensure the links are cancelled so the user's don't get taken off the page?

Hi @NPipes,

This has to be implemented internally. Feel free to open a github issue for that.