Add ink integration UI and media playback
This commit is contained in:
@@ -27,7 +27,7 @@ export class ModuleRegistry {
|
||||
if (dependencies) {
|
||||
this.moduleDependencies.set(module.id, dependencies);
|
||||
|
||||
// Also set them on the module itself for backwards compatibility
|
||||
// Mirror explicit dependencies onto the module instance.
|
||||
if (module.dependencies === undefined) {
|
||||
module.dependencies = [...dependencies];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user