Skip to content

Commit f953c6a

Browse files
committed
Merge pull request #260 from rickhanlonii/patch-1
Add defaultIsVisible to walkthrough docs
2 parents a4414a9 + 7f3cdf3 commit f953c6a

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)