support icon indicating copy to clipboard operation
support copied to clipboard

[Bug] Bad precedence for device objects in ternary operator

Open laurensvalk opened this issue 1 year ago • 0 comments

Describe the bug A ternary operator (or any operation) in the object getter block does not get parentheses.

To reproduce image

Expected behavior

The last line should be:

(left if condition else right).stop()

laurensvalk avatar Jun 17 '24 14:06 laurensvalk