carteb / carte-blanche

An isolated development space with integrated fuzz testing for your components. See them individually, explore them in different states and quickly and confidently develop them.
https://www.youtube.com/watch?v=6g3-TQ6aaw8
MIT License
1.5k stars 47 forks source link

Fix Keyboard Shortcuts #247

Closed mxstbr closed 8 years ago

mxstbr commented 8 years ago

In client/components/App/index.js we still refer to the old window.STYLEGUIDE_PLUGIN_CLIENT_API.scripts. It should suffice to change that to this.props.components to make CMD+SHIFT+ARROW DOWN and CMD+SHIFT+ARROW UP work again!