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
Fix: Update iframe selector to use 'preview-iframe' class
The 'Open in New Tab' button was not working because it was looking
for an iframe with class 'preview', but the UI revamp changed it to
'preview-iframe'. This updates the JavaScript selector to match.
- Update to in open-preview click handler
- Update to in refreshPreview function
Fixes the bug where clicking 'Open in New Tab' opened a blank page.
0 commit comments