From f7bc01e63f2368820014241513b9e7ea63a3e9c8 Mon Sep 17 00:00:00 2001 From: Johann Hoffmann Date: Wed, 4 Dec 2024 13:53:59 +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) {