ekms 8.9.0-beta.16 → 8.9.0-beta.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/common/wp.js CHANGED
@@ -61,6 +61,8 @@ const setUpdate = (isA, update, states) => {
61
61
  let style = root(state.value)
62
62
  if (style == 'underlined') {
63
63
  style = 'underline'
64
+ } else if (style == 'italicize') {
65
+ style = 'italic'
64
66
  }
65
67
  update.styles.push(style)
66
68
  } else {
@@ -96,6 +98,7 @@ template = {
96
98
  'paragraphs are countable',
97
99
  'bold, italic, code and underline are styles',
98
100
  'underlined means underline',
101
+ 'italicize means italic',
99
102
  // 'styles are negatable',
100
103
  "resetIdSuffix",
101
104
  {