You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
The LedgerIframeBridge.destroy method does not destroy/remove the iframe from the document: when calling destroy and then init again, the document will have two Ledger iframes, which could lead to unexpected behavior. Because of this, the default behaviour of setOptions is duplicating the current iframe.
We should remove the current iframe from the document when destroy is called.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The
LedgerIframeBridge.destroy
method does not destroy/remove the iframe from the document: when callingdestroy
and theninit
again, the document will have two Ledger iframes, which could lead to unexpected behavior. Because of this, the default behaviour ofsetOptions
is duplicating the current iframe.We should remove the current iframe from the document when
destroy
is called.The text was updated successfully, but these errors were encountered: