mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
spat nav fixed in storybook
This commit is contained in:
parent
7954e4f261
commit
82abac01e5
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ const RouterDecorator = require('./RouterDecorator');
|
|||
require('spatial-navigation-polyfill');
|
||||
require('./styles');
|
||||
|
||||
window.top.__spatialNavigation__ = {
|
||||
keyMode: 'ARROW'
|
||||
};
|
||||
|
||||
addParameters({
|
||||
jsx: {
|
||||
indent_size: 4,
|
||||
|
|
|
|||
Loading…
Reference in a new issue