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 e9e52c2 commit 46294cdCopy full SHA for 46294cd
1 file changed
src/pages/NewChatPage/useGroupDraftRestore.ts
@@ -15,7 +15,7 @@ import type SelectedOption from './types';
15
*
16
* - On mount / reload, restores the draft participants into `selectedOptions` once so an
17
* in-progress group chat survives refreshes.
18
- * - While the screen is backgrounded (e.g. the user navigated to NewChatConfirmPage), mirrors
+ * - While the screen is in the background (e.g. the user navigated to NewChatConfirmPage), mirrors
19
* participant removals made against the draft back into `selectedOptions` so the two stay
20
* consistent when the user returns.
21
*/
0 commit comments