diff --git a/web/src/components/Discussion.vue b/web/src/components/Discussion.vue index 9c36819d..6fa778d7 100644 --- a/web/src/components/Discussion.vue +++ b/web/src/components/Discussion.vue @@ -23,7 +23,7 @@
{{ title ? title === "untitled" ? "New discussion" : title : "New discussion" }}
- @@ -139,6 +139,15 @@ export default { this.showConfirmation = newval this.editTitle = newval + if (newval) { + + + nextTick(() => { + this.$refs.titleBox.focus() + + }) + } + }, checkBoxValue(newval, oldval) { this.checkBoxValue_local = newval