diff --git a/.changelog/1373.txt b/.changelog/1373.txt new file mode 100644 index 00000000000..7622e6f719b --- /dev/null +++ b/.changelog/1373.txt @@ -0,0 +1,3 @@ +```release-note:bug +ui: unread log count resets after scrolling +``` diff --git a/ui/app/components/log-stream/index.ts b/ui/app/components/log-stream/index.ts index e897584ba06..4d40a2c4aa5 100644 --- a/ui/app/components/log-stream/index.ts +++ b/ui/app/components/log-stream/index.ts @@ -38,6 +38,7 @@ export default class LogStream extends Component { element.closest('.output-scroll-y'); scrollableElement.scroll(0, scrollableElement.scrollHeight); + this.badgeCount = 0; } @action