We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07587c9 commit ae5bb83Copy full SHA for ae5bb83
packages/react-error-overlay/src/components/frame.js
@@ -120,6 +120,7 @@ function frameDiv(
120
121
if (typeof onSourceClick === 'function') {
122
let handler = onSourceClick;
123
+ enableTabClick(frameAnchor);
124
frameAnchor.style.cursor = 'pointer';
125
frameAnchor.addEventListener('click', function() {
126
handler();
packages/react-error-overlay/src/styles.js
@@ -83,6 +83,7 @@ const functionNameStyle = {
83
84
const linkStyle = {
85
'font-size': '0.9em',
86
+ 'margin-bottom': '0.9em',
87
};
88
89
const anchorStyle = {
0 commit comments