From 6d339762d762b669bb48b2977f40a83c48305a2d Mon Sep 17 00:00:00 2001 From: yakov116 <16872793+yakov116@users.noreply.github.com> Date: Mon, 14 Sep 2020 15:53:35 -0400 Subject: Lint (#3540) --- source/features/hide-navigation-hover-highlight.tsx | 2 +- 1 file changed, 1 insertion(+), 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 cf159fc3..3fed3ca4 100644 --- a/source/features/hide-navigation-hover-highlight.tsx +++ b/source/features/hide-navigation-hover-highlight.tsx @@ -17,6 +17,6 @@ void features.add({ description: 'Removes the file hover effect in the repo file browser. Some lists like notifications, file lists, and issue lists, are highlighted as you move the mouse over them. This highlight is useful when navigating via the keyboard (j/k), but annoying when just moving the mouse around.', screenshot: false }, { - waitForDomReady: false, + awaitDomReady: false, init: onetime(init) }); -- cgit v1.2.3