Skip to content

Commit 7f3cdf3

Browse files
committed
Add defaultIsVisible to walkthrough docs
1 parent a4414a9 commit 7f3cdf3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Walkthrough.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ const DevTools = createDevTools(
4545
// Monitors are individually adjustable with props.
4646
// Consult their repositories to learn about those props.
4747
// Here, we put LogMonitor inside a DockMonitor.
48+
// Note: DockMonitor is visible by default.
4849
<DockMonitor toggleVisibilityKey='ctrl-h'
49-
changePositionKey='ctrl-q'>
50+
changePositionKey='ctrl-q'
51+
defaultIsVisible={true}>
5052
<LogMonitor theme='tomorrow' />
5153
</DockMonitor>
5254
);

0 commit comments

Comments
 (0)