Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
fb202ed8
Commit
fb202ed8
authored
Apr 27, 2021
by
gj4210
👁
Browse files
FIX: ScrollTo error
was just a typo.. closes
#274
closes
#275
parent
c1f5ac16
Pipeline
#147277
passed with stages
in 6 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/views/dnsvs/BCDRecords.vue
View file @
fb202ed8
...
...
@@ -943,7 +943,7 @@ export default {
setTimeout
(()
=>
window
.
scrollTo
({
left
:
window
.
scrollX
,
top
:
target
.
offsetTop
+
offset
,
behavior
:
'
smooth
/**/
'
behavior
:
'
smooth
'
}),
350
)
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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