Skip to content
This repository was archived by the owner on Oct 26, 2018. It is now read-only.

Commit c3dc895

Browse files
committed
Don't worry about scrollTop.
Keeps the store from firing off subscriptions every second, which makes debugging the debugger hard to debug.
1 parent e143ac6 commit c3dc895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const reducer = combineReducers({
2323
const DevTools = createDevTools(
2424
<DockMonitor toggleVisibilityKey="ctrl-h"
2525
changePositionKey="ctrl-q">
26-
<LogMonitor theme="tomorrow" />
26+
<LogMonitor theme="tomorrow" preserveScrollTop={false} />
2727
</DockMonitor>
2828
)
2929

0 commit comments

Comments
 (0)