Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grifart libs
smoothscroll
Commits
96cc192b
Commit
96cc192b
authored
May 27, 2019
by
Daniel Kurowski
Browse files
Merge branch '2-bug-fix' into 'master'
test: removed stop propagation due to consuming events Closes
#2
See merge request
!6
parents
f72ec7cf
3a3ddcc2
Pipeline
#17438
failed with stages
in 1 minute and 6 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/index.ts
View file @
96cc192b
...
...
@@ -79,8 +79,6 @@ const handleInteraction = () => {
}
e
.
preventDefault
();
e
.
stopPropagation
();
scrollTo
(
element
.
hash
);
});
}
...
...
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