fix(ui): wire up ER diagram help button to open docs (#1695)#1892
fix(ui): wire up ER diagram help button to open docs (#1695)#1892HandSonic wants to merge 1 commit into
Conversation
6cd8809 to
47fcf03
Compare
|
The button wiring is directionally correct, but please avoid hardcoding |
The help button in the ER diagram toolbar had an empty onClick handler. Now it opens the Chat2DB documentation page.
47fcf03 to
2a0ed9a
Compare
|
Fixed. Removed the hardcoded URL and now reads |
Problem
ER 图工具栏的帮助按钮
onClick={() => {}}是空函数,点击无反应。Fix
将帮助按钮的 onClick 改为调用
openWebPage()打开 Chat2DB 文档页面,与项目中其他帮助入口行为一致。Related
Fixes #1695