+ this.toggleDialog()}
+ className={this.props.classes.link}
+ target="_blank"
+ rel="noreferrer"
+ >{this.state.shortLink}
+
- {
- navigator.clipboard.writeText(
- this.state.shortLink
- );
- this.setState({
- snackbar: true,
- key: Date.now(),
- message: Blockly.Msg.messages_copylink_success,
- type: "success",
- });
- }}
>
-
-
-
-
+ {
+ navigator.clipboard.writeText(
+ this.state.shortLink
+ );
+ this.setState({
+ snackbar: true,
+ key: Date.now(),
+ message: Blockly.Msg.messages_copylink_success,
+ type: "success",
+ });
+ }}
+ >
+
+
+
+
+
-
- {/*
- this.downloadQRCode()} className={`download QR Code ${this.props.classes.button}`}>
-
-
- */}
+