fix(contenteditable): add default prop for onSelectionChanged

This commit is contained in:
Drew Regitsky 2015-12-28 17:34:18 -08:00
parent 6da6bb5246
commit 8dc3e009d4

View file

@ -58,6 +58,7 @@ class Contenteditable extends React.Component
extensions: []
spellcheck: true
floatingToolbar: true
onSelectionChanged: =>
coreServices: [MouseService, ClipboardService]