You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more information, please refer to <atarget="_blank"href={this.state.documentationUrl}>{this.state.name}'s documentation</a>.
69
+
For more information, please refer to <atarget="_blank"rel="noopener noreferrer"href={this.state.documentationUrl}>{this.state.name}'s documentation</a>.
73
70
</div>
74
71
</div>
75
72
</div>
@@ -79,6 +76,9 @@ class Upload extends React.Component<{}, IUploadState> {
79
76
privatehandleSelect=(selected: Tab)=>
80
77
this.setState(this.buildState(selected));
81
78
79
+
privatecopyCommand=()=>
80
+
CopyText(this.state.content.join("\n"));
81
+
82
82
privatebuildState(tab: Tab): IUploadState{
83
83
letname: string;
84
84
letcontent: string[];
@@ -142,14 +142,17 @@ class UploadTab extends React.Component<IUploadTabProps> {
0 commit comments