ld-x / last-draft-js-plugins

last draft draft-js plugins
MIT License
95 stars 33 forks source link

Link plugin (anchor) decorators not working #20

Closed igor-sysoev closed 3 years ago

igor-sysoev commented 3 years ago

Hi,

I'm using custom decorators with draft.js and now my links don't have any styles on them. Is there some way of setting them manually?

 const linkPlugin = createLinkPlugin({
      placeholder: "",
      theme: {
        link: {
          color: 'red'
        }
      }
    })

This doesn't work. In fact any option I try setting through there doesn't seem to appear.

anatooly commented 3 years ago

@supasus How did you solve the problem?