antvis / G6VP

G6VP is an online visual analysis tool for graphs and a low-code platform for building graph applications.
https://insight.antv.antgroup.com
Apache License 2.0
817 stars 111 forks source link

fix(typo): Change target attribute from _black to _blank #590

Open leinad59 opened 3 months ago

leinad59 commented 3 months ago

👀 PR includes

✨ Feature

🎨 Enhance

🐛 Bugfix

🔧 Chore

📝 Description

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.

🖼️ Screenshot

Before After

🔗 Related issue link

🔍 Self-Check before the merge