Merge branch 'main' of 47.107.44.202:xionglijia/18xchat
This commit is contained in:
@@ -232,7 +232,7 @@ export class Web3PopPanel extends li_BaseView {
|
||||
onClickCopy() {
|
||||
const stringToCopy = this.address.string;
|
||||
|
||||
SDKManager.copyToClipboard(stringToCopy, (success: boolean) => {
|
||||
SDKManager.I.copyToClipboard(stringToCopy, (success: boolean) => {
|
||||
if (success) {
|
||||
TipsPanel.show(LanguageUtils.getText("web3panel.copyed"));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user