mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 19:06:00 +00:00
fix
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user