mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-11 15:34:27 +08:00
fix(contenteditable): add default prop for onSelectionChanged
This commit is contained in:
parent
6da6bb5246
commit
8dc3e009d4
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ class Contenteditable extends React.Component
|
|||
extensions: []
|
||||
spellcheck: true
|
||||
floatingToolbar: true
|
||||
onSelectionChanged: =>
|
||||
|
||||
coreServices: [MouseService, ClipboardService]
|
||||
|
||||
|
|
Loading…
Reference in a new issue