Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Fixed typos in TwoStepCaretHandler docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Apr 18, 2018
1 parent d32625f commit 8f964bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/bindtwostepcarettoattribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ class TwoStepCaretHandler {
this._skipNextAutomaticGravityRestoration();
this._overrideGravity();

// Don't return "true" here because we didn't call preventPrevent.
// Don't return "true" here because we didn't call preventDefault.
// Returning here will destabilize the filler logic, which also listens to
// keydown (and it will be stopped).
}
Expand Down

0 comments on commit 8f964bd

Please sign in to comment.