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
"Get Selected Links" and "Get all links" in context menu show a modal using inject CSS & JS in current page. This results in different pages styles get mixed together with the modal. We can isolate this by moving the into a iframe, with inline using srcdoc attribute of iframe.
The text was updated successfully, but these errors were encountered:
"Get Selected Links" and "Get all links" in context menu show a modal using inject CSS & JS in current page. This results in different pages styles get mixed together with the modal. We can isolate this by moving the into a iframe, with inline using
srcdoc
attribute of iframe.The text was updated successfully, but these errors were encountered: