mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
hoisting improvements
This commit is contained in:
@@ -546,6 +546,11 @@ class NoteShort {
|
||||
const labels = this.getLabels('cssClass');
|
||||
return labels.map(l => l.value).join(' ');
|
||||
}
|
||||
|
||||
getHoistedCssClass() {
|
||||
const labels = this.getLabels('hoistedCssClass');
|
||||
return labels.map(l => l.value).join(' ');
|
||||
}
|
||||
}
|
||||
|
||||
export default NoteShort;
|
||||
|
||||
Reference in New Issue
Block a user