merge main

This commit is contained in:
Peter Cottle 2021-08-14 10:03:17 -06:00
commit fc36dc95d8

View file

@ -251,7 +251,7 @@ var initDemo = function(sandbox) {
}
eventBaton.trigger(
'commandSubmitted',
'importLevelNow ' + escape(file.content) + '; clear'
'importLevelNow ' + escape(file.content) + '; clear; show goal;'
);
}
});