Loading client/src/components/History/Layout/Details.vue +1 −2 Original line number Diff line number Diff line Loading @@ -67,7 +67,6 @@ import { mapGetters } from "vuex"; import short from "components/directives/v-short"; import { StatelessTags } from "components/Tags"; import Vue from "vue"; export default { components: { Loading Loading @@ -105,7 +104,7 @@ export default { tags: this.tags, }; // After dom update, focus on input Vue.nextTick(() => { this.$nextTick(() => { if (this.$refs.name) { this.$refs.name.focus(); } Loading Loading
client/src/components/History/Layout/Details.vue +1 −2 Original line number Diff line number Diff line Loading @@ -67,7 +67,6 @@ import { mapGetters } from "vuex"; import short from "components/directives/v-short"; import { StatelessTags } from "components/Tags"; import Vue from "vue"; export default { components: { Loading Loading @@ -105,7 +104,7 @@ export default { tags: this.tags, }; // After dom update, focus on input Vue.nextTick(() => { this.$nextTick(() => { if (this.$refs.name) { this.$refs.name.focus(); } Loading