enso/app
Adam Obuchowicz cfee9871c7
Fix "Following using a drop down, the last bracket on a node gets removed" (#5795)
Fixes #5789

This strange bug is caused by taking value for widget from visual code (which includes port placeholders) instead of the original code.

For example, having such code:
`operator1.filter 'a' (Filter_Condition.Equal)`
makes the visual code looks as follows
`operator1.filter 'a' (Filter_Condition.Equal value) other_argument_i_dont_remember`
And when we took the value to set on widget, we took `(Filter_Condition.Equal ` - mark space instead of `)`.
2023-03-02 18:16:38 +00:00
..
gui Fix "Following using a drop down, the last bracket on a node gets removed" (#5795) 2023-03-02 18:16:38 +00:00
ide-desktop Fixing incorrect Electron behavior. (#5764) 2023-02-27 13:31:33 +01:00