This commit is contained in:
2024-07-10 14:04:20 +05:00
parent 37bce16c51
commit 652554c6a2
3 changed files with 129 additions and 46 deletions
@@ -41,6 +41,9 @@ export const PixelStreamingWrapper2 = ({
// Save the library instance into component state so that it can be accessed later:
setPixelStreaming(streaming);
document.getElementById("hiddenInput")?.remove();
document.getElementById("editTextButton")?.remove();
// Clean up on component unmount:
return () => {
try {