Skip to content

Commit

Permalink
Fix regression on multiple lines of transforms
Browse files Browse the repository at this point in the history
david-pfx committed Jul 16, 2024
1 parent b98419f commit ea9fc21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/parser.js
Original file line number Diff line number Diff line change
@@ -1982,7 +1982,6 @@ var codeMirrorFn = function() {
}
case 5: {
state.current_line_wip_array.push(...parseObjectTransforms(stream, state));
state.objects_section = 0;
return flushToken();
}
}

0 comments on commit ea9fc21

Please sign in to comment.