Merge pull request #11741 from ArtemDzhereleiko/AD/bug-fix/sand-filter-initial-state
Fixed disabling click area for sand filter symbol
This commit is contained in:
commit
03c24073c3
@ -8,7 +8,7 @@
|
|||||||
],
|
],
|
||||||
"widgetSizeX": 3,
|
"widgetSizeX": 3,
|
||||||
"widgetSizeY": 5,
|
"widgetSizeY": 5,
|
||||||
"stateRenderFunction": "var running = ctx.values.running;\nif (running) {\n ctx.api.enable(svg.children());\n} else {\n ctx.api.disable(svg.children());\n}",
|
"stateRenderFunction": "var running = ctx.values.running;\nif (running) {\n ctx.api.enable(ctx.tags.filterMode);\n} else {\n ctx.api.disable(ctx.tags.filterMode);\n}",
|
||||||
"tags": [
|
"tags": [
|
||||||
{
|
{
|
||||||
"tag": "background",
|
"tag": "background",
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Loading…
x
Reference in New Issue
Block a user