[Consistency fix] Element isn't pressed actually working

Hi all, we wanted to let you know that we are pushing a tiny change that fixes the behavior for “Element isn’t pressed” which had been broken for the past few years - and did the opposite of what it said.

This was never directly reported to us, so we believe that this was used very little in the first place, and therefore we are taking the liberty to fix it to actually match what it says it should do without making it a breaking change.

If your app was relying on “Element isn’t pressed” to do anything, and you want to preserve that behavior, please change that to “Element is pressed”, because that is the logic that used to be applied.

If you had already noticed that “Element isn’t pressed” didn’t work, and were relying on “Element is pressed is false” as a workaround, you don’t need to change anything, but you may now use that slightly simpler expression again.

Best,

3 Likes