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
fix(amazonq): always restore chat tabs when onReady is received (#1524)
webviews can be forced to be reloaded, which breaks history and related features that rely on
chat-db to have a correct 'view' of what the UI is currently showing.
mynah-ui will only send 'aws/chat/ready' once on initialize,
so we should not need to guard against restoring tab multiple times if a client is requesting this
0 commit comments