mirror of
https://github.com/google/blockly.git
synced 2026-01-05 08:00:09 +01:00
fix: bring block to front when icon clicked (#7590)
Closes #7588 Signed-off-by: Oscar <71343264+0scvr@users.noreply.github.com>
This commit is contained in:
@@ -945,7 +945,7 @@ export class Gesture {
|
||||
'Cannot do an icon click because the start icon is undefined',
|
||||
);
|
||||
}
|
||||
|
||||
this.bringBlockToFront();
|
||||
this.startIcon.onClick();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user