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