| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| about | ||
| auth | ||
| channels | ||
| chat | ||
| dashboard | ||
| errors | ||
| home | ||
| keys | ||
| legal | ||
| models | ||
| performance-metrics | ||
| playground | ||
| pricing | ||
| profile | ||
| rankings | ||
| redemption-codes | ||
| setup | ||
| subscriptions | ||
| system-settings | ||
| usage-logs | ||
| users | ||
| wallet |
Users reported that the API key edit drawer's "Save changes" button becomes unresponsive after the drawer has been open / idle for a while: no loading state, no request, no error. Reopening the drawer restores it because a fresh DOM is created. The button lived in `SheetFooter` (a portaled Base UI Sheet) and was linked to the form via the HTML `form='api-key-form'` attribute. Once the portal/DOM relationship goes stale, the click no longer triggers the form's submit event, hence the silent failure. Defensive fix: drop the cross-DOM `form` linkage and call `form.handleSubmit(onSubmit)` directly via `onClick`. The native submit path (Enter key, original `<form onSubmit>`) is preserved. Closes #4858
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| about | Loading commit data... | |
| auth | Loading commit data... | |
| channels | Loading commit data... | |
| chat | Loading commit data... | |
| dashboard | Loading commit data... | |
| errors | Loading commit data... | |
| home | Loading commit data... | |
| keys | Loading commit data... | |
| legal | Loading commit data... | |
| models | Loading commit data... | |
| performance-metrics | Loading commit data... | |
| playground | Loading commit data... | |
| pricing | Loading commit data... | |
| profile | Loading commit data... | |
| rankings | Loading commit data... | |
| redemption-codes | Loading commit data... | |
| setup | Loading commit data... | |
| subscriptions | Loading commit data... | |
| system-settings | Loading commit data... | |
| usage-logs | Loading commit data... | |
| users | Loading commit data... | |
| wallet | Loading commit data... |