diff --git a/src/App.vue b/src/App.vue index 2774f0a..995277b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -61,6 +61,7 @@ function _append(entry, name) { state.value.current_entry = undefined state.value.current_name = undefined state.socket.emit("append", {"id": entry.id, "performer": name, "source": entry.source }) + $("#queue-tab-title").click(); } } diff --git a/src/components/MobileLayout.vue b/src/components/MobileLayout.vue index 8f0f6a2..7a3ef2a 100644 --- a/src/components/MobileLayout.vue +++ b/src/components/MobileLayout.vue @@ -14,7 +14,7 @@ const emit = defineEmits(['update:searchTerm', 'search', 'append', 'skip', 'skip