Removed console logs.
This commit is contained in:
Vendored
-2
@@ -6671,9 +6671,7 @@
|
||||
if (this.autoClose) {
|
||||
this.close();
|
||||
}
|
||||
console.log("perform", event, key);
|
||||
setTimeout((event, key) => {
|
||||
console.log("perform within arrow", event, key);
|
||||
func(event, key);
|
||||
}, 20, event, key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user