mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 14:55:50 +01:00
tab row is detecting workspace changes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user