|
@@ -198,10 +198,12 @@ const showSendGiveawayDialog = (params = null) => {
|
|
} else {
|
|
} else {
|
|
let currencyInfo = params ? params : currencyInfo.value;
|
|
let currencyInfo = params ? params : currencyInfo.value;
|
|
setLocalSelectCurrencyInfo(currencyInfo)
|
|
setLocalSelectCurrencyInfo(currencyInfo)
|
|
- chrome.runtime.sendMessage({
|
|
|
|
|
|
+ setTimeout(() => {
|
|
|
|
+ chrome.runtime.sendMessage({
|
|
actionType: "POPUP_SHOW_DENET_PUBLISH_DIALOG",
|
|
actionType: "POPUP_SHOW_DENET_PUBLISH_DIALOG",
|
|
data: { }
|
|
data: { }
|
|
}, () => { });
|
|
}, () => { });
|
|
|
|
+ }, 600)
|
|
currencyOpertionType = '';
|
|
currencyOpertionType = '';
|
|
}
|
|
}
|
|
};
|
|
};
|