Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
emo
TIDO
Commits
fa686eb7
Commit
fa686eb7
authored
Aug 11, 2021
by
dindigala
Browse files
refactor: addressing review comments
parent
23d0e9d5
Pipeline
#219701
passed with stages
in 4 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/annotations/annotations.vue
View file @
fa686eb7
...
...
@@ -231,7 +231,7 @@ export default {
updated
[
annotation
.
targetId
]
=
true
;
if
(
el
)
{
el
.
scrollIntoView
();
el
.
scrollIntoView
(
{
behavior
:
'
smooth
'
}
);
}
this
.
activeAnnotation
=
updated
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment