@lavalogic/scoria 0.17.1 → 0.17.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -119,6 +119,7 @@ export class TableFocusDetails {
|
|
|
119
119
|
});
|
|
120
120
|
async __validityTuple(isValid, original) {
|
|
121
121
|
try {
|
|
122
|
+
void original;
|
|
122
123
|
const result = (await isValid?.(original, await this.tableContext.selectionContains(original))) ??
|
|
123
124
|
Validity.Valid;
|
|
124
125
|
if (isWrapper(result)) {
|