We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d81ba9 commit 54e0536Copy full SHA for 54e0536
src/create-default-events.js
@@ -11,9 +11,8 @@ export default function createDefaultEvents (editable) {
11
* @event focus
12
* @param {HTMLElement} element The element triggering the event.
13
*/
14
- focus (element, selection) {
+ focus (element) {
15
behavior.focus(element)
16
- behavior.selection(element, selection)
17
},
18
19
/**
0 commit comments