summaryrefslogtreecommitdiff
path: root/source/features/hide-navigation-hover-highlight.tsx
diff options
context:
space:
mode:
authorGravatar yakov116 <16872793+yakov116@users.noreply.github.com> 2020-09-14 15:53:35 -0400
committerGravatar GitHub <noreply@github.com> 2020-09-14 14:53:35 -0500
commit6d339762d762b669bb48b2977f40a83c48305a2d (patch)
tree5a4ca8ad9ed28ee93413f8dc5d3319aaea82455e /source/features/hide-navigation-hover-highlight.tsx
parent1fd60ac7bed2201d4276a5368d4c5233715fac03 (diff)
downloadrefined-github-6d339762d762b669bb48b2977f40a83c48305a2d.tar.gz
refined-github-6d339762d762b669bb48b2977f40a83c48305a2d.tar.zst
refined-github-6d339762d762b669bb48b2977f40a83c48305a2d.zip
Lint (#3540)
Diffstat (limited to 'source/features/hide-navigation-hover-highlight.tsx')
-rw-r--r--source/features/hide-navigation-hover-highlight.tsx2
1 files changed, 1 insertions, 1 deletions
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)
});