Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vvnc committed Oct 16, 2018
1 parent d84a811 commit 24028d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mask.js
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ angular.module('ui.mask', [])

function keydownHandler(e) {
/*jshint validthis: true */
oldSelectionLength = getSelectionLength(this);
var isKeyBackspace = e.which === 8,
caretPos = getCaretPosition(this) - 1 || 0, //value in keydown is pre change so bump caret position back to simulate post change
isCtrlZ = e.which === 90 && e.ctrlKey; //ctrl+z pressed
Expand Down

0 comments on commit 24028d8

Please sign in to comment.