=doc passive mode for fiddles (#23145)
This commit is contained in:
parent
5b9f71a2a0
commit
359ed15cec
2 changed files with 17 additions and 17 deletions
|
|
@ -78,7 +78,7 @@ construction.
|
|||
|
||||
#### Here is another example that you can edit and run in the browser:
|
||||
|
||||
@@fiddle [ActorDocSpec.scala]($code$/scala/docs/actor/ActorDocSpec.scala) { #fiddle_code height=400px extraParams=theme=light&layout=v75 cssStyle=width:100%; }
|
||||
@@fiddle [ActorDocSpec.scala]($code$/scala/docs/actor/ActorDocSpec.scala) { #fiddle_code height=400px extraParams=theme=light&layout=v75&passive cssStyle=width:100%; }
|
||||
|
||||
@@@
|
||||
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ whether the stream terminated normally or exceptionally.
|
|||
|
||||
#### Here is another example that you can edit and run in the browser:
|
||||
|
||||
@@fiddle [TwitterStreamQuickstartDocSpec.scala]($code$/scala/docs/stream/TwitterStreamQuickstartDocSpec.scala) { #fiddle_code height=400px extraParams=theme=light&layout=v75 cssStyle=width:100%; }
|
||||
@@fiddle [TwitterStreamQuickstartDocSpec.scala]($code$/scala/docs/stream/TwitterStreamQuickstartDocSpec.scala) { #fiddle_code height=400px extraParams=theme=light&layout=v75&passive cssStyle=width:100%; }
|
||||
|
||||
|
||||
## Reusable Pieces
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue