Skip to content

Commit

Permalink
Merge pull request #1653 from Princeton-CDH/bugfix/1652-editor-transc…
Browse files Browse the repository at this point in the history
…ription-switch

Allow switching transcriptions when editing translations, and vice versa (#1652)
  • Loading branch information
blms authored Oct 15, 2024
2 parents 6916228 + d9c3785 commit ec2afd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{% endif %}
{# only enable ITT panel if images/transcription/translation are present, or we are in edit mode #}
{% if document.has_digital_content or edit_mode %}
<section id="itt-panel" data-controller="ittpanel{% if not edit_mode %} transcription" data-action="click@document->transcription#clickCloseDropdown{% endif %}">
<section id="itt-panel" data-controller="ittpanel transcription" data-action="click@document->transcription#clickCloseDropdown">
<div id="toggles">
{# images displayed by default; disable if no images are available #}
{# translators: label for checkbox toggle to show the images panel for a document #}
Expand Down

0 comments on commit ec2afd1

Please sign in to comment.