mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
fix hidden backlinks, closes #3158
This commit is contained in:
parent
9f744153e3
commit
85bf2a5706
@ -93,7 +93,7 @@ export default class BacklinksWidget extends NoteContextAwareWidget {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.$ticker.toggle(true);
|
this.toggle(true);
|
||||||
this.$count.text(
|
this.$count.text(
|
||||||
`${resp.count} backlink`
|
`${resp.count} backlink`
|
||||||
+ (resp.count === 1 ? '' : 's')
|
+ (resp.count === 1 ? '' : 's')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user