Skip to content

Commit

Permalink
fix: fix tour will be break when flag DISABLE_CREATE_GROUP is been open
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Aug 9, 2023
1 parent efb3268 commit d1a3523
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 25 deletions.
2 changes: 1 addition & 1 deletion client/web/plugins/com.msgbyte.intro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"shepherd.js": "^8.3.1"
"shepherd.js": "^11.1.1"
}
}
2 changes: 1 addition & 1 deletion client/web/plugins/com.msgbyte.intro/src/steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function buildStepOption(options: {
text: options.text,
attachTo: {
element: options.selector,
on: options.position ?? 'auto',
on: options.position,
},
canClickTarget: false,
beforeShowPromise: buildWatchDom(options.selector),
Expand Down
42 changes: 19 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d1a3523

Please sign in to comment.