Skip to content

Commit

Permalink
fix: bring block to front when icon clicked
Browse files Browse the repository at this point in the history
Closes google#7588

Signed-off-by: Oscar <[email protected]>
  • Loading branch information
0scvr committed Oct 13, 2023
1 parent 1e3b5b4 commit f0812db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/gesture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ export class Gesture {
'Cannot do an icon click because the start icon is undefined',
);
}

this.bringBlockToFront();
this.startIcon.onClick();
}

Expand Down

0 comments on commit f0812db

Please sign in to comment.