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:
Oscar
2023-10-14 02:22:34 +02:00
committed by GitHub
parent 1e3b5b4c76
commit 072c5f768f

View File

@@ -945,7 +945,7 @@ export class Gesture {
'Cannot do an icon click because the start icon is undefined',
);
}
this.bringBlockToFront();
this.startIcon.onClick();
}