mirror of
https://github.com/zadam/trilium.git
synced 2025-01-14 11:08:02 +08:00
fix hidden backlinks, closes #3158
This commit is contained in:
parent
9f744153e3
commit
85bf2a5706
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue