Skip to content

Allow null-like values in queue#434

Open
boris-petrov wants to merge 1 commit into
DockYard:masterfrom
boris-petrov:allow-null-values-in-queue
Open

Allow null-like values in queue#434
boris-petrov wants to merge 1 commit into
DockYard:masterfrom
boris-petrov:allow-null-values-in-queue

Conversation

@boris-petrov

Copy link
Copy Markdown

It's useful because one can do something like:

{{on "click" (queue someAction (if someTest someOptionalAction))}}

As otherwise one must:

{{on "click" (queue someAction (if someTest someOptionalAction (noop))}}

cc @snewcomer, @cibernox

@boris-petrov boris-petrov force-pushed the allow-null-values-in-queue branch from f8e5671 to bb80358 Compare August 29, 2022 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant