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 PDF preview downloading instead of displaying in Firefox/Waterfox
Use data URL (jsPDF dataurlstring) instead of blob URL for the preview
iframe. Firefox-based browsers treat blob URLs with PDF content as
downloads rather than inline content, causing the preview to be empty.
Fixes#1
0 commit comments