From c76a5100e6bdd1f2fdadf7ca367e350e70868700 Mon Sep 17 00:00:00 2001 From: Daniel <60702016+leinad59@users.noreply.github.com> Date: Fri, 19 Jul 2024 10:04:20 +0800 Subject: [PATCH] fix(typo): Change target attribute from _black to _blank (#2823) This commit addresses the issue where page navigation incorrectly overwrote the content of previously opened tabs. By changing the target attribute of the a-tag from _black to _blank, new pages will now open in a new tab, preventing the overwriting of existing tabs. --- .../config-component/dragger-upload/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/s2-site/playground/config-panel/config-component/dragger-upload/index.tsx b/s2-site/playground/config-panel/config-component/dragger-upload/index.tsx index d8c30b42c5..8e0a1b9de8 100644 --- a/s2-site/playground/config-panel/config-component/dragger-upload/index.tsx +++ b/s2-site/playground/config-panel/config-component/dragger-upload/index.tsx @@ -101,7 +101,7 @@ export class DraggerUpload extends PureComponent { ;可选参数有总计/小计数据{' '} totalData @@ -109,7 +109,7 @@ export class DraggerUpload extends PureComponent { 、字段元数据{' '} meta @@ -117,7 +117,7 @@ export class DraggerUpload extends PureComponent { 、排序参数配置{' '} sortParams @@ -125,7 +125,7 @@ export class DraggerUpload extends PureComponent { 。参考数据格式见: 标准透视表数据