mirror of
https://github.com/enso-org/enso.git
synced 2024-12-18 08:11:58 +03:00
cfee9871c7
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 `)`. |
||
---|---|---|
.. | ||
gui | ||
ide-desktop |