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 6f8604e commit 3a86822Copy full SHA for 3a86822
packages/ui/src/elements/Autosave/index.tsx
@@ -224,7 +224,7 @@ export const Autosave: React.FC<Props> = ({
224
if (autosaveTimeout) clearTimeout(autosaveTimeout)
225
if (abortController.signal) {
226
try {
227
- abortController.abort()
+ abortController.abort('Autosave closed early.')
228
} catch (error) {
229
// swallow error
230
}
0 commit comments