mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-04-21 13:51:59 +02:00
remove the preventDefault call on void nodes
This commit is contained in:
parent
dce2c780f7
commit
259e1515c9
@ -59,7 +59,6 @@ class Void extends React.Component {
|
||||
*/
|
||||
|
||||
onClick = (event) => {
|
||||
event.preventDefault()
|
||||
this.debug('onClick', { event })
|
||||
|
||||
const { node, editor } = this.props
|
||||
|
Loading…
x
Reference in New Issue
Block a user