Skip to content

Commit be32e29

Browse files
authored
Document runonclick=1 option, remove slashes
Slashes in titles appear to break the auto-link creation in Gatsby
1 parent aacde37 commit be32e29

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/homepage/content/docs/1-x-faqs.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ other package. Since npm runs scripts with the local `./node_modules/.bin` in
5858
the `PATH` ahead of the system copy, this means you can use this local version
5959
of node instead of the system version.
6060

61-
## Can I open the terminal / console / test panel instead of the browser in a sandbox?
61+
## Can I open the terminal or console or test panel instead of the browser in a sandbox?
6262

6363
Yes, the terminal, console, and problems tabs are all draggable. Click on the
6464
tab and drag it up into the bar alongside browser and tests. You can then
@@ -116,7 +116,11 @@ copy the contents and paste it into Preferences > Appearance from the top-right
116116
avatar menu. After completing that you need to reload the browser and select
117117
"Custom" as your color theme from File > Preferences > Color Theme.
118118

119-
## How do I cancel my Pro/Patron plan?
119+
## I can't edit my code because of an infinite loop
120+
121+
While we do have infinite loop protection as a [configurable option](https://codesandbox.io/docs/configuration), it's not possible to catch all scenarios where infinite loops can occur, such as with incomplete code. This can cause problems in being able to edit your code to resolve it. In this case, you can append `runonclick=1` to the editor URL to stop the code from being automatically executed e.g. [https://codesandbox.io/s/new?runonclick=1](https://codesandbox.io/s/new?runonclick=1).
122+
123+
## How do I cancel my Pro or Patron plan?
120124

121125
For Pro users, you can cancel your subscription on the
122126
[Pro page](https://codesandbox.io/pro). For legacy Patron users, you can cancel

0 commit comments

Comments
 (0)