mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-12-16 11:27:04 +01:00
Fixed lock/unlock issue and removed console.log
This commit is contained in:
@@ -63,7 +63,6 @@ Clipperz.PM.UI.Components.Cards.TextAreaClass = React.createClass({
|
||||
handleKeyDown: function (anEvent) {
|
||||
switch (anEvent.keyCode) {
|
||||
case 27: // escape
|
||||
console.log("ESCAPE");
|
||||
Mousetrap.trigger('esc');
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user