mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-18 21:12:13 +00:00
declare route focused by default
This commit is contained in:
parent
da1db50108
commit
9ec270f94e
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
const React = require('react');
|
||||
|
||||
const RouteFocusedContext = React.createContext(false);
|
||||
const RouteFocusedContext = React.createContext(true);
|
||||
|
||||
RouteFocusedContext.displayName = 'RouteFocusedContext';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue