Skip to content

fix: Popup size#42

Merged
imoutaharik merged 1 commit into
mainfrom
fix/popup-size-DE-159
Jun 3, 2026
Merged

fix: Popup size#42
imoutaharik merged 1 commit into
mainfrom
fix/popup-size-DE-159

Conversation

@imoutaharik

@imoutaharik imoutaharik commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

The previous bump to DEFAULT_POPUP_CONFIG in Popup.ts had no visible effect because index.ts was passing its own hardcoded fallback config (800×600) directly into new Popup(...) whenever the caller omitted popupConfiguration.

This PR replaces that fallback with popupConfiguration ?? {}, making DEFAULT_POPUP_CONFIG the single source of truth.

The popup has now the desired size which gives more space between the scopes container and the footer:
Screenshot 2026-06-03 at 09 58 35

@SedukhinaPolina SedukhinaPolina left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works for me!

@imoutaharik imoutaharik merged commit fe650f2 into main Jun 3, 2026
3 checks passed
@imoutaharik imoutaharik deleted the fix/popup-size-DE-159 branch June 3, 2026 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants