TelemetryDeck / Issues

When something is wrong in TelemetryDeck-Land, or if you have a cool idea how to make things better, this is the place to create an Issue.
https://telemetrydeck.com
37 stars 0 forks source link

"Wrap in" not working for an "inner" element #301

Closed nighthawk closed 1 year ago

nighthawk commented 1 year ago

I'm having an issue while editing an insiqht. I want to have a filter condition that is a == "A" and (not b == "B").

I cannot create it through the web editor if I built it top-down by first building a == "A" and b == "B" and then try to wrap the second statement in a not. I pick the context option and it just does nothing.

I can build it, if I build it bottom-up by starting with b == "B", wrapping that in a not, and then wrapping that in an "and".

Screenshot 2023-10-11 at 11 30 17

Insight ID: 967BF623-461F-4D2C-8566-377C6ED3ECB2

winsmith commented 1 year ago

Hi, I think this should now be fixed. Can you try again please?

nighthawk commented 1 year ago

Confirmed fixed. Thank you!