Fixed issues with Active Scripts UI. Implemented event emitter for Active Scripts UI

This commit is contained in:
danielyxie
2019-05-17 13:41:16 -07:00
parent c1ec3c5eba
commit 3b7f9c9fb0
15 changed files with 160 additions and 92 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ type IProps = {
workerScripts: WorkerScript[];
}
export class ActiveScriptsRoot extends React.Component<IProps, any> {
export class ActiveScriptsRoot extends React.Component<IProps> {
constructor(props: IProps) {
super(props);
}