Skip to content

Commit

Permalink
fix: Fix updateScreenFromScreenState RELEASE (#831)
Browse files Browse the repository at this point in the history
## Related Issues

Fixes descope/etc#8063

## Related PRs

| branch       | PR         |
| ------------ | ---------- |
| service a PR | Link to PR |
| service b PR | Link to PR |

## Description

A few sentences describing the overall goals of the pull request's
commits.

## Must

- [ ] Tests
- [ ] Documentation (if applicable)
  • Loading branch information
tomerlichtash authored Oct 27, 2024
1 parent 0def47e commit feec44d
Showing 1 changed file with 0 additions 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

0 comments on commit feec44d

Please sign in to comment.