Open
Description
There's a timing issue where using the data-run
/ run=true
feature will correctly auto-run, but doesn't run the right code. Instead of running the injected code, it runs whatever main.dart
was created by default.
DartPad probably needs to know that it is waiting on an injected script, and then wait for that code before triggering the auto-run feature.