Hi, for some reason most of the buttons in the toolbar above the message input box (i.e. the place I am currently typing this message) are disabled for me. When I inspect the source, I can see they all have a class of 'fr-disabled'. e.g.
Any idea what I might be doing wrong?
Code:
<button id="insertLink-1" type="button" tabindex="-1" role="button" title="Insert link (⌘K)" class="fr-command fr-btn fr-disabled" data-cmd="insertLink" data-popup="true">
<i class="fal fa-link" aria-hidden="true"></i>
<span class="fr-sr-only">Insert link</span>
</button>
Any idea what I might be doing wrong?