Skip to content

Commit

Permalink
JS-5786: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3orblade committed Nov 12, 2024
1 parent 197554d commit 22c852f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/ts/component/page/auth/onboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ const PageAuthOnboard = observer(class PageAuthOnboard extends React.Component<I
onRouteChange: () => {
S.Common.fullscreenObjectSet(true);
S.Common.showRelativeDatesSet(true);
S.Common.showObjectSet(false);

U.Space.initSpaceState();
Onboarding.start('basics', false);
Expand Down
6 changes: 5 additions & 1 deletion src/ts/docs/help/onboarding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@ export default {
offsetX: -312,
noClose: true,
highlightElements: [],
hiddenElements: [ '#widget-buttons', '.widget', '#containerWidget #list .buttons' ],
hiddenElements: [
'#widget-buttons',
'.widget',
'#containerWidget #list .buttons',
],
},
items: [
{
Expand Down

0 comments on commit 22c852f

Please sign in to comment.