diff --git a/src/containers/blocks.jsx b/src/containers/blocks.jsx index c49e928e4db..26fdc3591ff 100644 --- a/src/containers/blocks.jsx +++ b/src/containers/blocks.jsx @@ -139,6 +139,9 @@ class Blocks extends React.Component { window.open(docsURI, '_blank'); } }); + toolboxWorkspace.registerButtonCallback('OPEN_RETURN_DOCS', () => { + window.open('https://docs.turbowarp.org/return', '_blank'); + }); // Store the xml of the toolbox that is actually rendered. // This is used in componentDidUpdate instead of prevProps, because