RD17 / react-trumbowyg

React wrapper for lightweight WYSIWYG editor Trumbowyg
MIT License
146 stars 21 forks source link

Table plugin doesn't works #15

Open sahar922 opened 6 years ago

sahar922 commented 6 years ago

Hey, I've started a new project, trying to use react-trumbowyg library. I copied the same code as at the documentation, the component does show but when I'm trying to add the table plugin - I can see the table icon, but when clicking nothing happens.

any suggestions?

nakawankuma commented 6 years ago

I same too. i debug script. table button push searchd "[data-dropdown="table"]. but exists div element is data-trumbowyg-dropdown="table"

nakawankuma commented 6 years ago

react-trumbowyg

nakawankuma commented 6 years ago

I changed Trumbowyg 2.3.0 in package.json I got running. @sahar922 would you try.

sahar922 commented 6 years ago

@nakawankuma sorry didn't get you, what did you change?

nakawankuma commented 6 years ago

I changed package.json "trumbowyg": "2.9.4",