Bug 1571567 - Fix no-fallthrough errors in /toolkit. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D40746
This commit is contained in:
@@ -1840,6 +1840,7 @@
|
||||
}
|
||||
// don't break here. we need to eat keydown events.
|
||||
}
|
||||
// fall through
|
||||
case "keypress":
|
||||
case "keyup": {
|
||||
// All keyevents should be eaten here during autoscrolling.
|
||||
|
||||
Reference in New Issue
Block a user