Skip to content
Snippets Groups Projects
Commit 96cc192b authored by Daniel Kurowski's avatar 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
No related branches found
No related tags found
1 merge request!6test: removed stop propagation due to consuming events
Pipeline #17438 failed
......@@ -79,8 +79,6 @@ const handleInteraction = () => {
}
e.preventDefault();
e.stopPropagation();
scrollTo(element.hash);
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment