More directive TS

This commit is contained in:
Mo Bitar
2020-04-12 21:08:58 -05:00
parent 96db1cfd82
commit de99bc6739
3 changed files with 66 additions and 51 deletions

View File

@@ -72,17 +72,6 @@ class EditorMenuCtrl extends PureCtrl {
defaultEditor: null
});
}
shouldDisplayRunningLocallyLabel(component) {
if(!component.runningLocally) {
return false;
}
if(component === this.selectedEditor) {
return true;
} else {
return false;
}
}
}
export class EditorMenu {