Skip to content

Commit 94c6c8a

Browse files
author
ci-bot
committed
comment to remember
1 parent 59c2515 commit 94c6c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/remix-ai-assistant/src/components/remix-ui-remix-ai-assistant.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ export const RemixUiRemixAiAssistant = React.forwardRef<
667667

668668
const maximizePanel = async () => {
669669
await props.plugin.call('layout', 'maximisePinnedPanel')
670-
setIsMaximized(true)
670+
setIsMaximized(true) // ensured that expansion of the panel is stateful
671671
}
672672

673673
return (

0 commit comments

Comments
 (0)