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
If I preview link inside another preview, the internal preview is only partially visible.
This is because the outer preview box is in iframe and constraining what can potentially be visible.
Not entirely sure how to solve this so far. Ideally all tippy instances (even nested ones) would share the same shadow-root-container but that seems impossible with cross origin iframes
Other option is doing something like - internal click only send a signal to a parent, which actually does previews, but that'd require some rearchitecture
Also, it seems that nested previews don't work for fragment links because mutation observer doesn't get at the shadow root content
The text was updated successfully, but these errors were encountered:
If I preview link inside another preview, the internal preview is only partially visible.
This is because the outer preview box is in iframe and constraining what can potentially be visible.
Not entirely sure how to solve this so far. Ideally all tippy instances (even nested ones) would share the same shadow-root-container but that seems impossible with cross origin iframes
Other option is doing something like - internal click only send a signal to a parent, which actually does previews, but that'd require some rearchitecture
Also, it seems that nested previews don't work for fragment links because mutation observer doesn't get at the shadow root content
The text was updated successfully, but these errors were encountered: