From 65c154054d4f28efbeaf9c40710938489b0f2774 Mon Sep 17 00:00:00 2001 From: Johann Hoffmann Date: Wed, 4 Dec 2024 13:52:17 +0100 Subject: [PATCH] actually provide root to bindKeys() in FhcApiFactoryWrapper constructor --- public/js/plugin/FhcApi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/plugin/FhcApi.js b/public/js/plugin/FhcApi.js index fd41eda7d..c25204d49 100644 --- a/public/js/plugin/FhcApi.js +++ b/public/js/plugin/FhcApi.js @@ -302,7 +302,7 @@ export default { } }) - this.bindKeys(factorypart) + this.bindKeys(factorypart, root) } bindKeys(factorypart, root) {