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/hide-navigation-hover-highlight.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'source/features/hide-navigation-hover-highlight.tsx') diff --git a/source/features/hide-navigation-hover-highlight.tsx b/source/features/hide-navigation-hover-highlight.tsx index f33cb4bd..eae38de2 100644 --- a/source/features/hide-navigation-hover-highlight.tsx +++ b/source/features/hide-navigation-hover-highlight.tsx @@ -13,6 +13,5 @@ function init(): void { } void features.add(import.meta.url, { - awaitDomReady: false, init: onetime(init), }); -- cgit v1.2.3