|
@@ -400,6 +400,7 @@ const openAnnotationReply = (annotation) => {
|
|
}
|
|
}
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
const div = document.querySelector('.annotation-item.selected')
|
|
const div = document.querySelector('.annotation-item.selected')
|
|
|
|
+ div.scrollIntoView({ behavior: 'smooth' })
|
|
if (!div.classList.contains('flash-border')) {
|
|
if (!div.classList.contains('flash-border')) {
|
|
div.classList.add('flash-border')
|
|
div.classList.add('flash-border')
|
|
timeout = setTimeout(() => document.querySelector('.annotation-item.selected').classList.remove('flash-border'), 2000)
|
|
timeout = setTimeout(() => document.querySelector('.annotation-item.selected').classList.remove('flash-border'), 2000)
|