DataLinks: Do not full page reload data links links (#23429)
This commit is contained in:
@@ -218,7 +218,7 @@ const ContextMenuItem: React.FC<ContextMenuItemProps> = React.memo(
|
||||
<div className={styles.item}>
|
||||
<a
|
||||
href={url ? url : undefined}
|
||||
target={target || '_self'}
|
||||
target={target}
|
||||
className={cx(className, styles.link)}
|
||||
onClick={e => {
|
||||
if (onClick) {
|
||||
|
||||
Reference in New Issue
Block a user