Skip to content

Commit

Permalink
[Blockly] don't use a shadow block for oh_runrule parameters (#1260)
Browse files Browse the repository at this point in the history
Reported in https://community.openhab.org/t/blockly-doesnt-like-the-value-in-key-value-pairs/131049 and other places.
This seems to be an issue with Blockly - shadow blocks with mutations don't work.

Signed-off-by: Yannick Schaus <github@schaus.net>
  • Loading branch information
ghys authored Jan 4, 2022
1 parent 67bd0f2 commit f5c83f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -666,9 +666,9 @@
</shadow>
</value>
<value name="parameters">
<shadow type="dicts_create_with">
<block type="dicts_create_with">
<mutation items="0" />
</shadow>
</block>
</value>
</block>
<sep gap="48" />
Expand Down

0 comments on commit f5c83f8

Please sign in to comment.