diff --git a/example/src/App.js b/example/src/App.js index 36aa2a4..d4b2637 100644 --- a/example/src/App.js +++ b/example/src/App.js @@ -83,6 +83,11 @@ const App = () => { editButtonProps={{ style: { marginLeft: '5px', width: 16 } }} showEditButton /> + @@ -171,6 +176,11 @@ const App = () => { (default: false) are props that are passed to the edit button element. This can include any valid DOM attribute. +
  • + editOnDoubleClick NEW{' '} + (default: false) enables editing on double click instead of single + click. +
  • EditTextarea props