lutzer / node-red-contrib-finite-statemachine

A finite state machine implementation for node red.
MIT License
16 stars 5 forks source link

Cannot edit FSM (Mac, Safari) #25

Closed MartinJura closed 2 years ago

MartinJura commented 2 years ago

I am using the FSM node for quite some time. Today I had the need to edit the FSM (states and conditions) and noticed that I can't open the editor.

I am running NodeRED 2.1.4. I am using Mac OS 12.1 (Monterey) and Safari (15.2). The "arrow down" and "three dots" don't respond to mouse clicks.

CleanShot 2021-12-18 at 16 01 10@2x

.

lutzer commented 2 years ago

hey, thank you. it should be fixed with v2.1.2. Just published it.

MartinJura commented 2 years ago

Upgraded, tested and everything is working as expected! Thanks for your prompt response!