Skip to content

Commit

Permalink
added location log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey committed Nov 8, 2023
1 parent a49300c commit d5b3da7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Modals/NodeEditor/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ class NodeEditor extends PureComponent<INodeEditorProps, INodeEditorState> {
return null;
}

console.log(`NodeEditor: ${mapId} ${nodeId}`);

const hasUnsavedChanges = this.hasUnsavedChanges();

return (
Expand Down

0 comments on commit d5b3da7

Please sign in to comment.