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
The issue is much worse the other way around.
For the moment, pasting not inside the editor tries to convert the data to json, and if successful, go on to serialize it.
This means that pasting "{}" inside pyflow (not inside an editor) makes the program crash.
Copying a block and pasting it into a text editor will paste its JSON contents:
Clipboard for blocks and for text should be separated
The text was updated successfully, but these errors were encountered: