We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439d20e commit 714bc10Copy full SHA for 714bc10
lib/container.js
@@ -215,7 +215,7 @@ class Container extends Node {
215
if (i.parent) i.parent.removeChild(i)
216
if (i[isClean]) markTreeDirty(i)
217
218
- // if (!i.raws) i.raws = {}
+ if (!i.raws) i.raws = {}
219
if (typeof i.raws.before === 'undefined') {
220
if (sample && typeof sample.raws.before !== 'undefined') {
221
i.raws.before = sample.raws.before.replace(/\S/g, '')
0 commit comments