[bug] fix disappearing links

This commit is contained in:
Andrea Vos 2021-08-24 22:32:08 +00:00
parent fed03c87ef
commit 0ed7613715

View File

@ -114,7 +114,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)" required/> <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/>
</ListInput> </ListInput>
<p class="small text-muted mb-0"> <p class="small text-muted mb-0">
<Icon v="ad"/> <Icon v="ad"/>