summaryrefslogtreecommitdiff
path: root/internal/storage/entry.go
diff options
context:
space:
mode:
authorGravatar Michael Kuhn <github@ikkoku.de> 2024-04-08 23:40:58 +0200
committerGravatar Frédéric Guillot <f@miniflux.net> 2024-04-09 20:36:42 -0700
commit35edd8ea92477618fa8e6de2de38b1ca4981eace (patch)
tree64349385addbf191bc5adc748cdd043ed4893749 /internal/storage/entry.go
parentf0cb04188588531eb24f56ebfa79f9f05cda8dc3 (diff)
downloadv2-35edd8ea92477618fa8e6de2de38b1ca4981eace.tar.gz
v2-35edd8ea92477618fa8e6de2de38b1ca4981eace.tar.zst
v2-35edd8ea92477618fa8e6de2de38b1ca4981eace.zip
Fix clicking unread counter
When clicking the unread counter, the following exception occurs: ``` Uncaught TypeError: Cannot read properties of null (reading 'getAttribute') ``` This is due to `onClickMainMenuListItem` not working correctly for the unread counter `span`s, which return `null` when using `querySelector`.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions