Gerrie van Wyk
Gerrie van Wyk
Hi @Narretz Thanks for bringing this to our attention. I've tested and it is indeed a bug.
Updated in #1332
They are the same :) my bad.
The idea here is to have app-level events, that execute only once per session. Related to #946
In order to update block definitions, operators must also be reevaluated in engine. This can be done by calling `context.update();` in the event. We need to consider where is the...
True also there is an events class for every block, so not what we are looking for. Maybe this should be implemented from `Context` component inside of renderer?
Btw, all styles are implemented as [emotion](https://emotion.sh/docs/media-queries) classes. So you can use media queries like so: ``` id: bl type: Box style: '@media (min-width: 420px)': background: red ... ``` However,...
Sorry, updated / corrected the previous comment.
Just a note that a `JsAction` using https://github.com/jshor/datebook could be a nice alternative, and probably a better implementation in some cases.
Ahh! Thanks for letting us know, I'll sort that out asap.