Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
danielzhe committed Sep 12, 2024
1 parent 334cf35 commit bd5786c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dmn-editor-envelope/src/DmnEditorRoot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export class DmnEditorRoot extends React.Component<DmnEditorRootProps, DmnEditor
savedStackPointer = [...prev.stack];
return {
stack: [normalize(marshaller.parser.parse())],
openFileNormalizedPosixPathRelativeToTheWorkspaceRoot: openFileNormalizedPosixPathRelativeToTheWorkspaceRoot,
openFileNormalizedPosixPathRelativeToTheWorkspaceRoot,
pointer: 0,
};
});
Expand Down

0 comments on commit bd5786c

Please sign in to comment.