Ignore:
Timestamp:
2021-09-09T17:33:51+12:00 (3 years ago)
Author:
cstephen
Message:

Add korero-maori-asr

Location:
main/trunk/model-interfaces-dev/atea/transform/pages
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-interfaces-dev/atea/transform/pages/asr.xsl

    r35321 r35355  
    153153                                        </span>
    154154                                    </li>
    155                                     <li v-if="displayMode == 'editor'" v-for="word in transcription.words" class="transcription__word-container">
     155                                    <li v-if="displayMode == 'editor'" v-for="(word, index) in transcription.words" class="transcription__word-container">
    156156                                        <!-- <span class="transcription__word" v-on:input="onEditorWordInput($event, word.word)" contenteditable="true" v-text="word.word" /> -->
    157157                                        <input type="text" v-bind:size="word.word.length == 1 ? 1 : word.word.length - 1" v-model="word.word"
    158                                             class="transcription__word" v-on:input="onEditorWordInput($event, word.word)" />
     158                                            class="transcription__word" v-on:input="onEditorWordInput($event, index, id)" />
    159159                                        <span>&#x00A0;</span> <!-- nbsp -->
    160160                                    </li>
Note: See TracChangeset for help on using the changeset viewer.