-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(portal-web): 去掉 legacyBehavior,会影响 target=“_blank” 在新窗口或标签中打开链接的效果 (
#844) 目前使用的next版本13.4.10,如果增加了legacyBehavior,会影响target="_blank"的核心效果(即在新窗口或标签中打开链接),此pr去掉FileManager中的该属性,保证能在打开终端时新开页面
- Loading branch information
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@scow/portal-web": patch | ||
--- | ||
|
||
去掉 legacyBehavior,会影响 target=\_blank 在新窗口或标签中打开链接的效果 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters