From 85bf2a57067a5592ec4d44179fa1d57d716a9eab Mon Sep 17 00:00:00 2001 From: zadam Date: Thu, 22 Sep 2022 23:29:20 +0200 Subject: [PATCH] fix hidden backlinks, closes #3158 --- src/public/app/widgets/floating_buttons/zpetne_odkazy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/app/widgets/floating_buttons/zpetne_odkazy.js b/src/public/app/widgets/floating_buttons/zpetne_odkazy.js index 04c6b54e5..8761f20fb 100644 --- a/src/public/app/widgets/floating_buttons/zpetne_odkazy.js +++ b/src/public/app/widgets/floating_buttons/zpetne_odkazy.js @@ -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')