parent
c32144ddfd
commit
75bdf08131
|
@ -123,6 +123,11 @@
|
|||
var self = this;
|
||||
|
||||
this._eventHandler = function (event) {
|
||||
// Necessary in Fx32+
|
||||
if (event.wrappedJSObject) {
|
||||
event = event.wrappedJSObject;
|
||||
}
|
||||
|
||||
//Zotero.debug(event.type);
|
||||
switch (event.type) {
|
||||
case 'keydown':
|
||||
|
|
Loading…
Reference in New Issue
Block a user