mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
fix: parent blocks not bumping neighbours (#6538)
* fix: parent blocks not bumping neighbours * chore: add more comments
This commit is contained in:
@@ -499,7 +499,7 @@ export class RenderedConnection extends Connection {
|
||||
* @returns List of connections.
|
||||
* @internal
|
||||
*/
|
||||
override neighbours(maxLimit: number): Connection[] {
|
||||
override neighbours(maxLimit: number): RenderedConnection[] {
|
||||
return this.dbOpposite_.getNeighbours(this, maxLimit);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user