Fed
Fed
This PR addresses this issue: https://github.com/plangrid/react-file-viewer/pull/119 Can we review it please?
Also interested in this. @yonatanLehman did you manage to get it to work?
It's possible to overwrite the [handleReturn](https://github.com/jpuri/react-draft-wysiwyg/blob/4d0aaf6b6bb28b7c04a46cef384c2594d26daacc/src/Editor/index.js#L369) prop to define your own implementation of [handleNewLine](https://github.com/jpuri/draftjs-utils/blob/9e2fc49b0d2291f4417366e5eed2dc3b74756976/js/keyPress.js#L63). Below example swaps the enter and shift+enter functionality. ``` import { Editor } from 'react-draft-wysiwyg'; import...
I've got a working example of this working here: https://github.com/chroma-core/chroma/pull/370
@jeffchuber After running it for a while, the build target is still quite a bit large due to the pandas and sentence transformers dependencies, and I can see that in...
This library doesnt really seem to be maintained. I swapped it out for `react-doc-viewer`