[editor][bug] unable to paste links in firefox

This commit is contained in:
Andrea 2022-06-01 23:11:49 +02:00
parent 8aae014b5b
commit 83977a788e
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@
<T>profile.links</T> <T>profile.links</T>
</h3> </h3>
<ListInput v-model="links" v-slot="s"> <ListInput v-model="links" v-slot="s">
<input v-model="s.val" type="url" class="form-control" @keyup="s.update(s.val)" @paste="s.update(s.val)" @change="s.update(s.val)" required/> <input v-model="s.val" type="url" class="form-control" @keyup="s.update(s.val)" @paste="$nextTick(() => s.update(s.val))" @change="s.update(s.val)" required/>
</ListInput> </ListInput>
<PropagateCheckbox field="links" :before="beforeChanges.links" :after="links" v-if="otherProfiles > 0" @change="propagateChanged"/> <PropagateCheckbox field="links" :before="beforeChanges.links" :after="links" v-if="otherProfiles > 0" @change="propagateChanged"/>
<p class="small text-muted mb-0"> <p class="small text-muted mb-0">