You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Web: Add support for auto-reloading dev plugins on change (#11545)
This commit is contained in:
@@ -202,6 +202,7 @@ const reducer = (draftRoot: Draft<any>, action: any) => {
|
||||
|
||||
case 'PLUGIN_UNLOAD':
|
||||
delete draft.plugins[action.pluginId];
|
||||
delete draft.pluginHtmlContents[action.pluginId];
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user