You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user pastes a function call that doesn't have an associated function definition we create an empty one with the right signature. The code that does this is defined in the onChange methods of the function calls, though. It should be moved into a listener that is registered once on the workspace and handles all types of function calls, not on each function call block.
The text was updated successfully, but these errors were encountered:
When the user pastes a function call that doesn't have an associated function definition we create an empty one with the right signature. The code that does this is defined in the onChange methods of the function calls, though. It should be moved into a listener that is registered once on the workspace and handles all types of function calls, not on each function call block.
The text was updated successfully, but these errors were encountered: