Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
smoothscroll
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
grifart libs
smoothscroll
Merge requests
!7
Improve structure
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Improve structure
improve-structure
into
master
Overview
5
Commits
18
Pipelines
7
Changes
13
All threads resolved!
Hide all comments
Merged
Daniel Kurowski
requested to merge
improve-structure
into
master
4 years ago
Overview
5
Commits
18
Pipelines
7
Changes
5
All threads resolved!
Hide all comments
Expand
Trochu jsem to ještě před
https://github.com/grifart/smoothscroll/issues/4
rozsekal. Může být?
Edited
4 years ago
by
Daniel Kurowski
0
0
Merge request reports
Compare
version 6
version 6
4f342294
4 years ago
version 5
e3c347aa
4 years ago
version 4
828c6fb7
4 years ago
version 3
9e7252d6
4 years ago
version 2
35195ccd
4 years ago
version 1
32d58cdf
4 years ago
master (base)
and
latest version
latest version
bf7e6b60
18 commits,
4 years ago
version 6
4f342294
17 commits,
4 years ago
version 5
e3c347aa
16 commits,
4 years ago
version 4
828c6fb7
15 commits,
4 years ago
version 3
9e7252d6
12 commits,
4 years ago
version 2
35195ccd
10 commits,
4 years ago
version 1
32d58cdf
9 commits,
4 years ago
Show latest version
5 files
+
10
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
src/
L
inkClickScroll
Handler
/initializeOnLinkClickScroll.ts
→
src/
handlers/l
inkClickScroll/initializeOnLinkClickScroll.ts
+
3
−
3
Options
import
{
scrollToTarget
}
from
'
../scrollers/scrollToTarget
'
;
import
{
assert
}
from
'
../assert
'
;
import
{
HashTarget
}
from
'
../HashTarget
'
;
import
{
scrollToTarget
}
from
'
../
../
scrollers/scrollToTarget
'
;
import
{
assert
}
from
'
../
../
assert
'
;
import
{
HashTarget
}
from
'
../
../
HashTarget
'
;
export
function
initializeOnLinkClickScroll
():
void
{
Loading