Skip to content

Commit 1854bc7

Browse files
Lightning00BladeDevtools-frontend LUCI CQ
authored andcommitted
[AI Assistance] Temp use SoftContext menu
This fixes an a11y issue, but we would want to fix the issue in general as it occurs in other places as well. Will open a separate bug to track that. Bug: 377982022 Change-Id: Ic4a86ab8e5e205e6f22737c0b04b3084adec5686 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6010831 Commit-Queue: Nikolay Vitkov <[email protected]> Reviewed-by: Alex Rudenko <[email protected]> Auto-Submit: Nikolay Vitkov <[email protected]> Commit-Queue: Alex Rudenko <[email protected]>
1 parent bc6fae2 commit 1854bc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front_end/panels/freestyler/FreestylerPanel.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,7 @@ export class FreestylerPanel extends UI.Panel.Panel {
654654
const contextMenu = new UI.ContextMenu.ContextMenu(event, {
655655
x: boundingRect.left,
656656
y: boundingRect.bottom,
657+
useSoftMenu: true,
657658
});
658659

659660
for (const agent of [...this.#agents].reverse()) {

0 commit comments

Comments
 (0)