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 403d982 commit 9732468Copy full SHA for 9732468
1 file changed
src/nodes/block.js
@@ -72,8 +72,7 @@ Block.prototype.consumeChild = function(ast) {
72
73
// handle class definition
74
if (ast.kind === 'doc') {
75
- this._lastDoc = item;
76
-
+ this._lastDoc = ast;
77
} else {
78
79
// attach last doc node to current node
0 commit comments