mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
fix hidden backlinks, closes #3158
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user