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/embed-gist-inline.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'source/features/embed-gist-inline.tsx') diff --git a/source/features/embed-gist-inline.tsx b/source/features/embed-gist-inline.tsx index b0fdc7a2..b0fed002 100644 --- a/source/features/embed-gist-inline.tsx +++ b/source/features/embed-gist-inline.tsx @@ -85,6 +85,5 @@ void features.add(import.meta.url, { include: [ pageDetect.hasComments, ], - awaitDomReady: false, init, }); -- cgit v1.2.3