You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-06 23:56:13 +02:00
This commit is contained in:
@ -505,7 +505,7 @@ export default class PluginService extends BaseService {
|
||||
for (const pluginId in settings) {
|
||||
if (settings[pluginId].deleted) {
|
||||
await this.uninstallPlugin(pluginId);
|
||||
newSettings = { ...settings };
|
||||
newSettings = { ...newSettings };
|
||||
delete newSettings[pluginId];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user