You've already forked joplin
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:
@ -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>
|
||||
|
Reference in New Issue
Block a user