Improve typing CPU/GPU performance

This commit is contained in:
Jamie Kyle
2023-07-31 09:21:51 -07:00
committed by GitHub
parent f8beea915d
commit 88858af144

View File

@@ -1307,7 +1307,7 @@ export function resetComposer(conversationId: string): ResetComposerActionType {
}, },
}; };
} }
const debouncedSaveDraft = debounce(saveDraft); const debouncedSaveDraft = debounce(saveDraft, 100);
function saveDraft( function saveDraft(
conversationId: string, conversationId: string,