Skip to content

Fix: Ensure PDF content is displayed after upload#76

Open
tomgee18 wants to merge 1 commit intosatellitecomponent:mainfrom
tomgee18:fix/pdf-upload-display
Open

Fix: Ensure PDF content is displayed after upload#76
tomgee18 wants to merge 1 commit intosatellitecomponent:mainfrom
tomgee18:fix/pdf-upload-display

Conversation

@tomgee18
Copy link

@tomgee18 tomgee18 commented Jul 1, 2025

Previously, when a PDF was uploaded, a LinkNode was created with the correct blob URL, but the internal iframe/webview's src attribute was never set, resulting in a blank viewer.

This change adds a call to node.typeNode.toggleViewer?.() in the createPDFNode function within js/interface/handledrop.js. This ensures that the LinkNode's viewer is initialized and the PDF content is loaded and displayed, mirroring the behavior of regular link creations.

Previously, when a PDF was uploaded, a LinkNode was created with the correct blob URL, but the internal iframe/webview's src attribute was never set, resulting in a blank viewer.

This change adds a call to `node.typeNode.toggleViewer?.()` in the `createPDFNode` function within `js/interface/handledrop.js`. This ensures that the LinkNode's viewer is initialized and the PDF content is loaded and displayed, mirroring the behavior of regular link creations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant