"'audion' started debugging this browser" warning stays after DevTools are closed
max-vogler opened this issue · 1 comments
max-vogler commented
Even after closing Dev Tools or clicking "Cancel", the warning bar is still shown. This comes from audion re-attaching here:
audion/src/devtools/WebAudioEventObserver.js
Lines 30 to 37 in ad80955
Both possible DetachReasons are user initiated, so I think removing the re-attach logic is sensible.
Mentioned in #105 (comment)
hoch commented
This issue is fixed.