We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c2515 commit 94c6c8aCopy full SHA for 94c6c8a
libs/remix-ui/remix-ai-assistant/src/components/remix-ui-remix-ai-assistant.tsx
@@ -667,7 +667,7 @@ export const RemixUiRemixAiAssistant = React.forwardRef<
667
668
const maximizePanel = async () => {
669
await props.plugin.call('layout', 'maximisePinnedPanel')
670
- setIsMaximized(true)
+ setIsMaximized(true) // ensured that expansion of the panel is stateful
671
}
672
673
return (
0 commit comments