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 c2ee077 commit 3206d1eCopy full SHA for 3206d1e
jsdoc.json
@@ -28,6 +28,7 @@
28
"repository": "https://gerrit.wikimedia.org/g/VisualEditor/VisualEditor/",
29
"linkMap": {
30
"OO.ui.debounce": "https://doc.wikimedia.org/oojs-ui/master/js/OO.ui.html#.debounce",
31
+ "OO.ui.Element#scrollIntoView": "https://doc.wikimedia.org/oojs-ui/master/js/OO.ui.Element.html#.scrollIntoView",
32
"OO.ui.throttle": "https://doc.wikimedia.org/oojs-ui/master/js/OO.ui.html#.throttle",
33
34
"Qunit.Assert": "https://qunitjs.com/api/assert/",
src/ve.EventSequencer.js
@@ -37,7 +37,6 @@
37
*/
38
39
/**
40
- *
41
* To fire after-event listeners promptly, the EventSequencer may need to
42
* listen to some events for which it has no registered on-event or
43
* after-event listeners. For instance, to ensure an after-keydown listener
0 commit comments