mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:31:19 +08:00
Revert target="_blank"
This commit is contained in:
parent
d4247813cc
commit
c58679a22f
@ -111,7 +111,7 @@ export const AnchorMdx: FC<AnchorMdxProps> = (props) => {
|
||||
}
|
||||
|
||||
// External URL dont need any modification.
|
||||
return <A target="_blank" {...props} />;
|
||||
return <A {...props} />;
|
||||
};
|
||||
|
||||
const SUPPORTED_MDX_HEADERS = ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user