You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
Mobile: Plugins: Fix event listener memory leak when disabling/uninstalling plugins (#10280)
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
This commit is contained in:
@ -49,7 +49,7 @@ export default class Joplin {
|
||||
this.data_ = new JoplinData(plugin);
|
||||
this.plugins_ = new JoplinPlugins(plugin);
|
||||
this.imaging_ = new JoplinImaging(implementation.imaging);
|
||||
this.workspace_ = new JoplinWorkspace(store);
|
||||
this.workspace_ = new JoplinWorkspace(plugin, store);
|
||||
this.filters_ = new JoplinFilters();
|
||||
this.commands_ = new JoplinCommands();
|
||||
this.views_ = new JoplinViews(implementation.joplin.views, plugin, store);
|
||||
|
Reference in New Issue
Block a user