Merge branch 'dev'

This commit is contained in:
Jeff Emmett 2026-03-25 20:16:15 -07:00
commit 4f96b25d52
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ export class RStackMi extends HTMLElement {
this.#render(); this.#render();
this.#loadModels(); this.#loadModels();
this.#setupKeyboard(); this.#setupKeyboard();
// Load initial suggestions for bar placeholder rotation
setTimeout(() => this.#loadSuggestions(), 500);
} }
disconnectedCallback() { disconnectedCallback() {