Minor 2.30.0 fixes

This commit is contained in:
Francisco Hodge
2020-08-07 18:09:06 -04:00
parent 07743c9ff8
commit 44cdc2bbb0
8 changed files with 4947 additions and 1546 deletions
+6 -4
View File
@@ -973,10 +973,12 @@ class SimpleKeyboard {
);
}
} else {
console.log(
"Destroy: Instances remaining! Document listeners not removed",
window["SimpleKeyboardInstances"]
);
if (this.options.debug) {
console.log(
"Destroy: Instances remaining! Document listeners not removed",
window["SimpleKeyboardInstances"]
);
}
}
/**