mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
fix: have inputs construct connections (#7116)
* fix: have inputs construct connections * chore: fix build hopefully * fix: PR comments
This commit is contained in:
@@ -18,6 +18,6 @@ export class DummyInput extends Input {
|
||||
* @param block The block containing this input.
|
||||
*/
|
||||
constructor(public name: string, block: Block) {
|
||||
super(name, block, null);
|
||||
super(name, block);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user