-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
Describe the bug
There are two fields, VALUE and ERR.
The field of VALUE controls the display color of components (such as rectangles), and the field of ERR controls the blink action of the components.
When its VALUE=0, set the color of the component to green. When its VALUE=1, set the color of the component to red.
When its ERR=1, set the component to blink, the blink color is between yellow and blue.
To Reproduce
Steps to reproduce the behavior:
-
set VALUE=0 and ERR=0. the color of the component is green, and the component does not blink.
-
set VALUE=1 and ERR=0. the component stops blink, but the color of the component is green, not red.
-
See error
Expected behavior
at step of No.3.
when set VALUE=1 and ERR=0. the component stops blink, the color of the component should be red.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
- FUXA version: 1.1.19 (installed in docker) (frangoteam/fuxa:latest)
- Node.js version:
- npm version:
- Platform/OS: centos
- Browser: chrome