enso/app/gui/view/graph-editor
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
..
src Fix "Following using a drop down, the last bracket on a node gets removed" (#5795) 2023-03-02 18:16:38 +00:00
Cargo.toml Dependency cleaning (#4092) 2023-01-27 23:39:37 +01:00