Skip to content

Commit

Permalink
Merge pull request #769 from 3DStreet/help-button
Browse files Browse the repository at this point in the history
help button first launches touch & mouse shortcuts
  • Loading branch information
kfarr authored Aug 15, 2024
2 parents f58cbbc + 9aef3af commit 41c78a6
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ import { QuestionMark } from './icons.jsx';
class HelpButton extends Component {
render() {
const onClick = () => {
window.open('https://www.3dstreet.org/docs/', '_blank');
window.open(
'https://www.3dstreet.org/docs/3dstreet-editor/mouse-and-touch-controls',
'_blank'
);
};

return (
Expand Down

0 comments on commit 41c78a6

Please sign in to comment.