mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-06-15 10:44:52 -04:00
Fix inner text being cleared when viewing next received text from queue
This commit is contained in:
parent
be46e7d4af
commit
5327fc084a
1 changed files with 0 additions and 1 deletions
|
@ -2147,7 +2147,6 @@ class ReceiveTextDialog extends Dialog {
|
||||||
super.hide();
|
super.hide();
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this._dequeueRequests();
|
this._dequeueRequests();
|
||||||
this.$text.innerHTML = "";
|
|
||||||
}, 500);
|
}, 500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue