Merge branch 'dev'
This commit is contained in:
commit
4f96b25d52
|
|
@ -56,6 +56,8 @@ export class RStackMi extends HTMLElement {
|
|||
this.#render();
|
||||
this.#loadModels();
|
||||
this.#setupKeyboard();
|
||||
// Load initial suggestions for bar placeholder rotation
|
||||
setTimeout(() => this.#loadSuggestions(), 500);
|
||||
}
|
||||
|
||||
disconnectedCallback() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue