Skip to content

Commit 603bf10

Browse files
authored
DOC-2471_2: Revert toolbar_sticky_offset fix. (#3378)
1 parent ec68d93 commit 603bf10

File tree

1 file changed

+0
-4
lines changed
  • modules/ROOT/examples/live-demos/inline

1 file changed

+0
-4
lines changed

modules/ROOT/examples/live-demos/inline/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ const emailHeaderConfig = {
22
selector: '.tinymce-heading',
33
menubar: false,
44
inline: true,
5-
toolbar_sticky: true,
6-
toolbar_sticky_offset: 110,
75
plugins: [
86
'lists',
97
'powerpaste',
@@ -22,8 +20,6 @@ const emailBodyConfig = {
2220
selector: '.tinymce-body',
2321
menubar: false,
2422
inline: true,
25-
toolbar_sticky: true,
26-
toolbar_sticky_offset: 110,
2723
plugins: [
2824
'link', 'lists', 'powerpaste',
2925
'autolink', 'tinymcespellchecker'

0 commit comments

Comments
 (0)