-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Ctrl+H doesn't hide DevTools container #54
Comments
@gaearon what about just toggling the |
It's currently a dumb component, it doesn't even know whether to show itself. I'd rather keep it this way. |
Moving |
moving the |
It needs either |
Should be fixed in 1.0.2 |
Hitting Ctrl+H hides the
LogMonitor
but not theDebugPanel
- so you still see the box shadow and cannot click through.https://github.com/gaearon/redux-devtools/blob/master/src/react/DebugPanel.js#L12
https://github.com/gaearon/redux-devtools/blob/master/src/react/LogMonitor.js#L115
Before Ctrl+H
After Ctrl+H
Fix
Removing
min-width
seems to fix itThe text was updated successfully, but these errors were encountered: