You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"start:app-admin": "APP_VARIANT=app-admin npm run start",
"start:app-viewer": "APP_VARIANT=app-viewer npm run start",
"build:app-viewer:staging": "APP_VARIANT=app-viewer npm run build",
"build:app-viewer:prod": "APP_VARIANT=app-viewer npm run build",
"deploy:app-viewer:staging": "npm run lint-and-test && npm run build:app-viewer:staging",
"deploy:app-viewer:prod": "npm run lint-and-test && npm run build:app-viewer:prod",
Search for view
Press Down until highlighting build:app-viewer:prod
Add to search sta
Actual
deploy:app-viewer:prod is highlighted.
Expected
Should reset the selection on search updates.
The text was updated successfully, but these errors were encountered:
Reproduce
Given:
view
Down
until highlightingbuild:app-viewer:prod
sta
Actual
deploy:app-viewer:prod
is highlighted.Expected
Should reset the selection on search updates.
The text was updated successfully, but these errors were encountered: