diff --git a/dist/iwmlib.js b/dist/iwmlib.js index a8dbcf1..561a704 100644 --- a/dist/iwmlib.js +++ b/dist/iwmlib.js @@ -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); } diff --git a/lib/popupmenu.js b/lib/popupmenu.js index 37f2150..9505cbf 100644 --- a/lib/popupmenu.js +++ b/lib/popupmenu.js @@ -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) }