mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
components now track their parent
This commit is contained in:
@@ -47,7 +47,7 @@ class AppContext {
|
||||
];
|
||||
|
||||
if (utils.isElectron()) {
|
||||
this.components.push(new ZoomService(this));
|
||||
this.components.push(new ZoomService(this, this));
|
||||
|
||||
import("./spell_check.js").then(spellCheckService => spellCheckService.initSpellCheck());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user