-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
When adding a new breakpoint through the breakpoints editor, editing its name and settings, then closing and reopening the menu, the breakpoint appears with empty values instead of showing the saved data. After reloading the application, the breakpoint correctly displays the saved name and settings.
Steps to Reproduce
- Click the three dots next to the breakpoint quick selectors
- Click "Edit Breakpoints" button
- Click the + button next to the "Breakpoints" title
- Type in a breakpoint name (e.g., "Dark")
- Select settings (e.g., prefers-color-scheme: dark)
- Close the popup by clicking anywhere else on the canvas
- Click the three dots again and click "Edit Breakpoints"
Expected: The added breakpoint displays with the name "Dark" and the condition prefers-color-scheme: dark
Actual: The added breakpoint shows with empty name and no settings
Workaround: Reload the app - the breakpoint then correctly displays name and settings
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels