draft-js-markdown-plugin
draft-js-markdown-plugin copied to clipboard
unstick styles after backspace
I found another issue with unsticking styles:

Doing previous PR https://github.com/withspectrum/draft-js-markdown-plugin/pull/141 I forgot that we also clear styles on the starting of the new line https://github.com/withspectrum/draft-js-markdown-plugin/blob/master/src/index.js#L373 and unstickyInlineStyles function in that case should work even if the previous block styles were changed by another plugin.