Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export function PseudoHtmlDiff({
data-nextjs-container-errors-pseudo-html-collapse={isDiffCollapsed}
>
<button
tabIndex={10} // match CallStackFrame
data-nextjs-container-errors-pseudo-html-collapse-button
onClick={() => toggleCollapseHtml(!isDiffCollapsed)}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export function EditorLink({ file, location }: EditorLinkProps) {
<div
data-with-open-in-editor-link
data-with-open-in-editor-link-import-trace
tabIndex={10}
role={'link'}
onClick={open}
title={'Click to open in your editor'}
Expand Down