mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-15 12:44:38 +01:00
Fixed simulator handler arg order (#1372)
This commit is contained in:
parent
816c981436
commit
8d9971afc3
@ -58,7 +58,7 @@ EVENT_HANDLERS.forEach((handler) => {
|
||||
const event = createEvent(e)
|
||||
const change = value.change()
|
||||
|
||||
stack.run(handler, change, editor, event)
|
||||
stack.run(handler, event, change, editor)
|
||||
stack.run('onChange', change, editor)
|
||||
|
||||
this.value = change.value
|
||||
|
Loading…
x
Reference in New Issue
Block a user