mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 09:58:32 +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;
|
||||
}
|
||||
|
||||
this.$ticker.toggle(true);
|
||||
this.toggle(true);
|
||||
this.$count.text(
|
||||
`${resp.count} backlink`
|
||||
+ (resp.count === 1 ? '' : 's')
|
||||
|
Loading…
x
Reference in New Issue
Block a user