Skip to content

Commit

Permalink
ui: don't move focus to notes input when created am: 547551d
Browse files Browse the repository at this point in the history
Original change: https://android-review.googlesource.com/c/platform/external/perfetto/+/3412664

Change-Id: I6a23b9695be85ca6b9b2a5495826ab84a39bfb9e
Signed-off-by: Automerger Merge Worker <[email protected]>
  • Loading branch information
LalitMaganti authored and android-build-merge-worker-robot committed Dec 13, 2024
2 parents 457e04f + 547551d commit dcf13ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/frontend/notes_panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ export class NotesEditorTab implements DetailsPanel {
// value as we move the mouse.
const inputElement = v.dom as HTMLInputElement;
inputElement.value = note.text;
inputElement.focus();
},
onchange: (e: InputEvent) => {
const newText = (e.target as HTMLInputElement).value;
Expand Down

0 comments on commit dcf13ae

Please sign in to comment.