You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Desktop: Fix viewer and panel plugins that check for the presence of exports fail to load (#10900)
This commit is contained in:
@@ -46,9 +46,6 @@
|
||||
<script src="./scrollmap.js"></script>
|
||||
|
||||
<script>
|
||||
// Fixes a warning when loading some TypeScript plugins generated with webpack.
|
||||
window.exports = {};
|
||||
|
||||
// This is function used internally to send message from the webview to
|
||||
// the host.
|
||||
const ipcProxySendToHost = (methodName, arg) => {
|
||||
|
||||
Reference in New Issue
Block a user