tab row is detecting workspace changes

This commit is contained in:
zadam
2021-02-07 20:55:49 +01:00
parent 2a67d9eae2
commit cd5be59413
4 changed files with 16 additions and 5 deletions

View File

@@ -54,6 +54,7 @@ export default class LoadResults {
this.attributes.push({attributeId, sourceId});
}
/** @return {Attribute[]} */
getAttributes(sourceId = 'none') {
return this.attributes
.filter(row => row.sourceId !== sourceId)