1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Desktop: Upgrade to Electron 32.2.0 (#11200)

This commit is contained in:
Henry Heino
2024-10-26 13:02:29 -07:00
committed by GitHub
parent 9f5282c8f5
commit c6d319e333
6 changed files with 11 additions and 12 deletions

View File

@ -232,7 +232,7 @@ export default class NoteTextViewerComponent extends React.Component<Props, any>
className="noteTextViewer"
ref={this.webviewRef_}
style={viewerStyle}
allow='fullscreen=* autoplay=* local-fonts=* encrypted-media=*'
allow='clipboard-write=(self) fullscreen=(self) autoplay=(self) local-fonts=(self) encrypted-media=(self)'
allowFullScreen={true}
src={`joplin-content://note-viewer/${__dirname}/note-viewer/index.html`}
></iframe>