Browse Source

DOC-2471_2: Revert toolbar_sticky_offset fix. (#3378)

pull/3382/head
Karl Kemister-Sheppard 1 year ago
committed by GitHub
parent
commit
603bf10ab7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      modules/ROOT/examples/live-demos/inline/index.js

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

@ -2,8 +2,6 @@ const emailHeaderConfig = {
selector: '.tinymce-heading',
menubar: false,
inline: true,
toolbar_sticky: true,
toolbar_sticky_offset: 110,
plugins: [
'lists',
'powerpaste',
@ -22,8 +20,6 @@ const emailBodyConfig = {
selector: '.tinymce-body',
menubar: false,
inline: true,
toolbar_sticky: true,
toolbar_sticky_offset: 110,
plugins: [
'link', 'lists', 'powerpaste',
'autolink', 'tinymcespellchecker'

Loading…
Cancel
Save