eea / volto-slate

DEPRECATED: Moved to Volto Core since 16.0.0.alpha.15

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not possible to add or edit link within table.

iFlameing opened this issue · comments

@tiberiuichim I really need your help here. We are unable to add a link in the table block because the AddLinkForm component is unmounting before the user can interact. I tried to figure it out but I am unable to do so.

It happens because of this line:

this.setState({ selected: false });

I'll think of a solution.

Fixed by #138

@iFlameing The fix has been merged to the develop branch, please give it a try

@tiberiuichim I tried it out and it is fixed now. Thank you!