We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb2079 commit 5231979Copy full SHA for 5231979
packages/client/internals/NoteDisplay.vue
@@ -116,7 +116,7 @@ function processNote() {
116
}
117
: null
118
119
- if (!enabled && props.autoScroll && clicks === current)
+ if (enabled && props.autoScroll && clicks === current)
120
marker.scrollIntoView({ block: 'center', behavior: 'smooth' })
121
122
0 commit comments