Fix changing forward recipient
This commit is contained in:
parent
67ad19d33f
commit
fd5e31c5e0
@ -2363,11 +2363,12 @@ export default class ChatInput {
|
|||||||
if(this.helperWaitingForward) return;
|
if(this.helperWaitingForward) return;
|
||||||
this.helperWaitingForward = true;
|
this.helperWaitingForward = true;
|
||||||
|
|
||||||
|
const forwarding = copy(this.forwarding);
|
||||||
const helperFunc = this.helperFunc;
|
const helperFunc = this.helperFunc;
|
||||||
this.clearHelper();
|
this.clearHelper();
|
||||||
this.updateSendBtn();
|
this.updateSendBtn();
|
||||||
let selected = false;
|
let selected = false;
|
||||||
const popup = new PopupForward(copy(this.forwarding), () => {
|
const popup = new PopupForward(forwarding, () => {
|
||||||
selected = true;
|
selected = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user