Skip to content

Commit

Permalink
Merge branch 'main' into lg-tablelist-bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
boydc2014 authored Aug 20, 2020
2 parents 9d2b566 + 53ed501 commit eaa1797
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Composer/packages/client/src/pages/design/DesignPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const DesignPage: React.FC<RouteComponentProps<{ dialogId: string; projectId: st

useEffect(() => {
const index = currentDialog.triggers.findIndex(({ type }) => type === SDKKinds.OnBeginDialog);
if (index >= 0 && !designPageLocation.selected) {
if (index >= 0 && !designPageLocation.selected && designPageLocation.projectId === projectId) {
selectTo(createSelectedPath(index));
}
}, [currentDialog?.id]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@
"actions": [
{
"$kind": "Microsoft.SendActivity",
"activity": "${WelcomeUser()}"
"$designer": {
"id": "xh61dm"
},
"activity": "${SendActivity_xh61dm()}"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[import](common.lg)

# SendActivity_068558
-${WelcomeUser()}

# SendActivity_581197
-${WelcomeUser()}
[import](common.lg)

# SendActivity_068558
-${WelcomeUser()}

# SendActivity_581197
-${WelcomeUser()}
# SendActivity_xh61dm()
- ${WelcomeUser()}

0 comments on commit eaa1797

Please sign in to comment.