We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275ea6f commit 69a7999Copy full SHA for 69a7999
1 file changed
src/circuit.mjs
@@ -170,6 +170,7 @@ export class HeadlessCircuit {
170
cellArgs.graph = this._makeGraph(subcircuits[dev.celltype], subcircuits, { nested: true });
171
const cell = new cellType(cellArgs);
172
const cellAttrs = _.merge(
173
+ {},
174
this._cellAttributes[cell.get('type')],
175
this._cellAttributes[cell.get('celltype')]
176
);
0 commit comments