microsoft / PubSec-Info-Assistant

Information Assistant, built with Azure OpenAI Service, Industry Accelerator
MIT License
321 stars 678 forks source link

change view back to document section on click of another citation #844

Closed wotey closed 3 weeks ago

wotey commented 3 weeks ago

This pull request includes changes to the AnalysisPanel component in the app/frontend/src/components/AnalysisPanel/AnalysisPanel.tsx file. The updates introduce a new state variable to manage the selected tab in the Pivot component and ensure the tab is reset when an active citation is selected.

Key changes:

State Management Enhancements:

Effect Hook Updates:

Pivot Component Updates: