1
0
Fork 0
mirror of synced 2024-09-10 06:26:02 +12:00

Only show errors in the focused row

This commit is contained in:
Andrew Kingston 2024-06-24 14:06:57 +01:00
parent 8050a405f5
commit 02a86d1044
No known key found for this signature in database

View file

@ -37,7 +37,7 @@
let api
// Get the error for this cell if the cell is focused or selected
$: error = getErrorStore(rowFocused || cellSelected, cellId)
$: error = getErrorStore(rowFocused, cellId)
// Determine if the cell is editable
$: readonly =