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

"When I receive" can be relabeled with "no wait" #13

Closed
towerofnix opened this issue Dec 12, 2016 · 0 comments
Closed

"When I receive" can be relabeled with "no wait" #13

towerofnix opened this issue Dec 12, 2016 · 0 comments
Assignees
Labels

Comments

@towerofnix
Copy link
Owner

towerofnix commented Dec 12, 2016

Related to #11.

To reproduce:

  1. Drag out a "when I receive.." block.
  2. Open up the context menu on it (right/shift click).
  3. Click on "..no wait".

This has a simple fix!

if (block.op === 'broadcast:') m.addItem('..and wait');
else /* add "if (is broadcast and wait)" here */ m.addItem('..no wait');
@towerofnix towerofnix added the bug label Dec 12, 2016
@towerofnix towerofnix self-assigned this Dec 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant