Describe the bug
Setting isEditable to false does not prevent editing of speaker names.
To Reproduce
Steps to reproduce the behavior:
- Set
isEditable in the TranscriptEditor component to false.
- Click on speaker label to edit the speaker.
Expected behavior
Speakers are also disabled from edits if isEditable is false
Additional context
If this change is implemented, maybe remove the edit-icon from the speaker.

Describe the bug
Setting
isEditabletofalsedoes not prevent editing of speaker names.To Reproduce
Steps to reproduce the behavior:
isEditablein theTranscriptEditorcomponent tofalse.Expected behavior
Speakers are also disabled from edits if
isEditableisfalseAdditional context

If this change is implemented, maybe remove the edit-icon from the speaker.