Revert last commit

This commit is contained in:
Liyas Thomas
2020-09-18 16:05:50 +05:30
parent 54171e566a
commit b6eb581192
2 changed files with 1 additions and 8 deletions

View File

@@ -20,13 +20,6 @@ import { type } from "os"
export default { export default {
props: { props: {
value: { type: String }, value: { type: String },
uri: { type: String },
},
watch: {
uri(val) {
this.$refs.editor.textContent = val
this.updateEditor()
},
}, },
mounted() { mounted() {
this.$refs.editor.addEventListener("input", this.updateEditor) this.$refs.editor.addEventListener("input", this.updateEditor)

View File

@@ -155,7 +155,7 @@
spellcheck="false" spellcheck="false"
@input="pathInputHandler" @input="pathInputHandler"
/> />
<url-field v-model="uri" :uri="uri" v-else /> <url-field v-model="uri" v-else />
</li> </li>
<li class="shrink"> <li class="shrink">
<label class="hide-on-small-screen" for="send">&nbsp;</label> <label class="hide-on-small-screen" for="send">&nbsp;</label>