Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactions: Unlock controls when play function is finished #16784

Merged
merged 1 commit into from Nov 25, 2021

Conversation

ghengeveld
Copy link
Member

@ghengeveld ghengeveld commented Nov 25, 2021

Issue: -

What I did

This unlocks the controls when you reach the end while debugging.

Before:

Screen.Recording.2021-11-25.at.10.27.36.mov

After:

Screen.Recording.2021-11-25.at.10.28.06.mov

How to test

  • Is this testable with Jest or Chromatic screenshots?
  • Does this need a new example in the kitchen sink apps?
  • Does this need an update to the documentation?

If your answer is yes to any of these, please make sure to include it in your PR.

@nx-cloud
Copy link

nx-cloud bot commented Nov 25, 2021

Nx Cloud Report

CI ran the following commands for commit e02b890. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch

Status Command
#000000 nx run-many --target=prepare --all --parallel --max-parallel=15

Sent with 💌 from NxCloud.

@@ -489,7 +490,7 @@ export class Instrumenter {
update(call: Call) {
clearTimeout(this.getState(call.storyId).syncTimeout);
this.channel.emit(EVENTS.CALL, call);
this.setState(call.storyId, ({ calls, isLocked }) => {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was unused.

@ghengeveld ghengeveld requested review from ndelangen and removed request for yannbf November 25, 2021 09:33
@ghengeveld ghengeveld merged commit 1dde26d into next Nov 25, 2021
@ghengeveld ghengeveld deleted the debugger-controls branch November 25, 2021 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants