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 829ae47 commit c51e467Copy full SHA for c51e467
lib/container.js
@@ -214,6 +214,8 @@ class Container extends Node {
214
i = i.proxyOf
215
if (i.parent) i.parent.removeChild(i)
216
if (i[isClean]) markTreeDirty(i)
217
+
218
+ // 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