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

Commit

Permalink
Merge 06491d4 into 07c4f24
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Nov 20, 2018
2 parents 07c4f24 + 06491d4 commit 252bcdd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/_snippets/features/custom-highlight-colors-inline.js
Expand Up @@ -14,7 +14,7 @@ ClassicEditor
items: [
'heading', '|', 'bulletedList', 'numberedList', 'highlight', 'undo', 'redo'
],
viewportTopOffset: 100
viewportTopOffset: window.getViewportTopOffsetConfig()
},
highlight: {
options: [
Expand Down
Expand Up @@ -14,7 +14,7 @@ ClassicEditor
items: [
'heading', '|', 'bulletedList', 'numberedList', 'highlight', 'undo', 'redo'
],
viewportTopOffset: 100
viewportTopOffset: window.getViewportTopOffsetConfig()
},
highlight: {
options: [
Expand Down
2 changes: 1 addition & 1 deletion docs/_snippets/features/custom-highlight-options.js
Expand Up @@ -14,7 +14,7 @@ ClassicEditor
items: [
'heading', '|', 'bulletedList', 'numberedList', 'highlight', 'undo', 'redo'
],
viewportTopOffset: 100
viewportTopOffset: window.getViewportTopOffsetConfig()
},
highlight: {
options: [
Expand Down
2 changes: 1 addition & 1 deletion docs/_snippets/features/highlight-buttons.js
Expand Up @@ -15,7 +15,7 @@ ClassicEditor
'heading', '|', 'highlight:yellowMarker', 'highlight:greenMarker', 'highlight:pinkMarker',
'highlight:greenPen', 'highlight:redPen', 'removeHighlight', '|', 'undo', 'redo'
],
viewportTopOffset: 100
viewportTopOffset: window.getViewportTopOffsetConfig()
}
} )
.then( editor => {
Expand Down
2 changes: 1 addition & 1 deletion docs/_snippets/features/highlight.js
Expand Up @@ -14,7 +14,7 @@ ClassicEditor
items: [
'heading', '|', 'bulletedList', 'numberedList', 'highlight', 'undo', 'redo'
],
viewportTopOffset: 100
viewportTopOffset: window.getViewportTopOffsetConfig()
}
} )
.then( editor => {
Expand Down

0 comments on commit 252bcdd

Please sign in to comment.