anthonyec / powerlet

⚡️ Chrome Extension to quickly find and run bookmarklets
MIT License
61 stars 1 forks source link

Fix Arc closing popup before it can execute scripts #87

Closed anthonyec closed 4 months ago

anthonyec commented 4 months ago

Arc would close the popup before the execute script event could be sent to the page. This fix makes it so the content script sends an event back to the popup to confirm it has started running the script

Fixes: https://github.com/anthonyec/powerlet/issues/84