actually provide root to bindKeys() in FhcApiFactoryWrapper constructor

This commit is contained in:
Johann Hoffmann
2024-12-04 13:53:59 +01:00
parent 00fba24936
commit f7bc01e63f
+1 -1
View File
@@ -302,7 +302,7 @@ export default {
}
})
this.bindKeys(factorypart)
this.bindKeys(factorypart, root)
}
bindKeys(factorypart, root) {