Skip to content

Commit

Permalink
Fix updateScreenFromScreenState
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerlichtash committed Oct 27, 2024
1 parent 0def47e commit cc76e96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,6 @@ class DescopeWc extends BaseDescopeWc {

// we need to wait for all components to render before we can set its value
setTimeout(() => {
updateScreenFromScreenState(this.rootElement, screenState);
this.#updateExternalInputs();

handleAutoFocus(this.rootElement, this.autoFocus, isFirstScreen);
Expand Down Expand Up @@ -1148,6 +1147,7 @@ class DescopeWc extends BaseDescopeWc {

inp.setAttribute('slot', id);
this.appendChild(inp);
console.log('finish handleExternalInputs')
});
}

Expand Down

0 comments on commit cc76e96

Please sign in to comment.