Removed console logs.
This commit is contained in:
parent
12b17fd7af
commit
4211548b8b
2
dist/iwmlib.js
vendored
2
dist/iwmlib.js
vendored
@ -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);
|
||||
}
|
||||
|
@ -113,9 +113,7 @@ export default class PopupMenu extends Popup {
|
||||
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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user