Merge pull request #12305 from sethalves/fix-run-reload

fix left-over run button when scripts are reloaded
This commit is contained in:
John Conklin II 2018-02-01 10:46:44 -08:00 committed by GitHub
commit acde2511ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,4 +35,5 @@
button.editProperties({isActive: true});
}
Script.scriptEnding.connect(cleanup);
}());