From d4b9cd042f2defb502ec622ce52e3f321cfc7ee0 Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Mon, 20 Feb 2023 13:30:02 +0800 Subject: Run 50 more features before the whole page has loaded (#6357) --- source/features/use-first-commit-message-for-new-prs.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'source/features/use-first-commit-message-for-new-prs.tsx') diff --git a/source/features/use-first-commit-message-for-new-prs.tsx b/source/features/use-first-commit-message-for-new-prs.tsx index 90c5d71a..fe3d9a5d 100644 --- a/source/features/use-first-commit-message-for-new-prs.tsx +++ b/source/features/use-first-commit-message-for-new-prs.tsx @@ -64,7 +64,6 @@ void features.add(import.meta.url, { include: [ pageDetect.isCompare, ], - awaitDomReady: false, deduplicate: 'has-rgh', init, }); -- cgit v1.2.3