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