Closed aldon-cmd closed 8 years ago
Thanks for the report! I'll get that sorted out.
The dev
version of the chapter has received a few tweaks but it's quite possible this one is missing.
if you fix it in the way that i have it above, the following sections will break. you may have to find another way to fix it
http://survivejs.com/webpack_react/from_notes_to_kanban/#connecting-lane-with-editable- there is no onclick event bound to the Editable component in this section like the sentence at the end of it suggests
this calls activateLaneEdit()
this calls editName()
e.stopPropagation(); needs to be called inside editName() else activateLaneEdit() will also be called