Tags: jrm2k6/react-markdown-editor
Tags
Allow multiple instances of editor (#48) * fixes #26 where when multiple instances of the editor exists, a style change (e.g bold, list, italics, etc) on one instance was also updating the others. This fix generates a unique id for each instance that the update event checks to ensure only the correct instance is actually updated * fixes #26 remove unneeded 'debugger' command in code. * fixes #26 added unit test
PreviousNext