Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Used the getViewportTopOffsetConfig helper in the code snippets.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Nov 20, 2018
1 parent 3facc40 commit 09351a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_snippets/features/link.js
Expand Up @@ -24,7 +24,7 @@ ClassicEditor
'undo',
'redo'
],
viewportTopOffset: 100
viewportTopOffset: window.getViewportTopOffsetConfig()
}
} )
.then( editor => {
Expand Down

0 comments on commit 09351a1

Please sign in to comment.