mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 04:00:59 +00:00
fix
This commit is contained in:
parent
3da222f3d1
commit
a44f4f6208
@ -230,7 +230,7 @@ export default function DataGridCore(props) {
|
||||
if (props.onReferenceSourceChanged && (grider.rowCount > 0 || isLoadedAll)) {
|
||||
props.onReferenceSourceChanged(getSelectedRowData(), loadedTime);
|
||||
}
|
||||
}, [selectedCells, props.refReloadToken, grider.getRowData(0)]);
|
||||
}, [props.onReferenceSourceChanged, selectedCells, props.refReloadToken, grider.getRowData(0)]);
|
||||
|
||||
// usePropsCompare({ columnSizes, firstVisibleColumnScrollIndex, gridScrollAreaWidth, columns });
|
||||
|
||||
|
@ -4,5 +4,6 @@ module.exports = {
|
||||
semi: true,
|
||||
singleQuote: true,
|
||||
arrowParen: 'avoid',
|
||||
arrowParens: 'avoid',
|
||||
printWidth: 120,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user