feat(nodes): pass pos to click handler

This commit is contained in:
moklick
2019-07-16 12:15:30 +02:00
parent 4fc7df1aa6
commit e40ae6d841
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import React, { createContext, useState, useEffect, useReducer } from 'react';
import React, { createContext, useEffect, useReducer } from 'react';
import PropTypes from 'prop-types';
import isEqual from 'lodash.isequal';