Browse Source

Set storeWrapper false by default

pull/1551/head
Artur Arseniev 7 years ago
parent
commit
f5f849f1d8
  1. 2
      src/dom_components/config/config.js

2
src/dom_components/config/config.js

@ -37,7 +37,7 @@ module.exports = {
// structure, but in case you need it you can use this option.
// If you have `config.avoidInlineStyle` disabled the wrapper will be stored
// as we need to store inlined style.
storeWrapper: 1,
storeWrapper: 0,
// List of void elements
voidElements: [

Loading…
Cancel
Save