actually provide root to bindKeys() in FhcApiFactoryWrapper constructor

This commit is contained in:
Johann Hoffmann
2024-12-04 13:52:17 +01:00
parent 27cd9dca6b
commit 65c154054d
+1 -1
View File
@@ -302,7 +302,7 @@ export default {
}
})
this.bindKeys(factorypart)
this.bindKeys(factorypart, root)
}
bindKeys(factorypart, root) {