Revert last commit
This commit is contained in:
@@ -20,13 +20,6 @@ import { type } from "os"
|
||||
export default {
|
||||
props: {
|
||||
value: { type: String },
|
||||
uri: { type: String },
|
||||
},
|
||||
watch: {
|
||||
uri(val) {
|
||||
this.$refs.editor.textContent = val
|
||||
this.updateEditor()
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
this.$refs.editor.addEventListener("input", this.updateEditor)
|
||||
|
||||
@@ -155,7 +155,7 @@
|
||||
spellcheck="false"
|
||||
@input="pathInputHandler"
|
||||
/>
|
||||
<url-field v-model="uri" :uri="uri" v-else />
|
||||
<url-field v-model="uri" v-else />
|
||||
</li>
|
||||
<li class="shrink">
|
||||
<label class="hide-on-small-screen" for="send"> </label>
|
||||
|
||||
Reference in New Issue
Block a user