mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 06:06:01 +00:00
table tab tooltip
This commit is contained in:
@@ -47,11 +47,17 @@ export default function TabsPanel() {
|
||||
setOpenedTabs(files => files.filter(x => x.tabid != tabid));
|
||||
}
|
||||
};
|
||||
console.log(
|
||||
't',
|
||||
tabs.map(x => x.tooltip)
|
||||
);
|
||||
|
||||
return (
|
||||
<>
|
||||
{tabs.map(tab => (
|
||||
<FileTabItem
|
||||
{...tab}
|
||||
title={tab.tooltip}
|
||||
key={tab.tabid}
|
||||
onClick={() => handleTabClick(tab.tabid)}
|
||||
onMouseUp={e => handleMouseUp(e, tab.tabid)}
|
||||
|
||||
Reference in New Issue
Block a user