Skip to content

Commit 1395ac5

Browse files
committed
has next mutation
1 parent 2a35cef commit 1395ac5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/project-fetcher-hoc.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ function protobufToJson(buffer) {
166166
edited: target.blocks[block].mutation.edited,
167167
optype: target.blocks[block].mutation.optype,
168168
color: target.blocks[block].mutation.color,
169+
hasnext: target.blocks[block].next ? true : false,
169170
children: []
170171
}
171172
}

0 commit comments

Comments
 (0)