guiqui / react-timeline-gantt

A react Timeline component with virtual rendering
MIT License
538 stars 130 forks source link

LINK_POS_LEFT missing from Const.js #11

Closed vnehess closed 5 years ago

vnehess commented 5 years ago

I think LINK_POS_LEFT is missing from the Const.js file, not sure what it should be

guiqui commented 5 years ago

Hi there, the LINK_POS_LEFT,LINK_POS_RIGHT should be deprecated since the position of the task is no used anymore.We need to do a bit of clean up!

vnehess commented 5 years ago

got it, thanks