diff --git a/resources/assets/scripts/components/server/subpages/ConsolePage.vue b/resources/assets/scripts/components/server/subpages/ConsolePage.vue index 9d0b6112..f8a1eb8c 100644 --- a/resources/assets/scripts/components/server/subpages/ConsolePage.vue +++ b/resources/assets/scripts/components/server/subpages/ConsolePage.vue @@ -61,6 +61,7 @@ methods: { sendCommand: function () { + this.commandHistoryIndex = -1; this.commandHistory.unshift(this.command); this.$parent.$emit('send-command', this.command); this.command = '';