Open ghost opened 4 years ago
I think this is correct behaviour. The devtools.html
is added when the devtools are open and already contains dynamically injected script main.js
. This script then creates new panel from devtools.html
. Therefore you got into loop (dynamically loaded script creates new panel from itself).
Bug Description Registering a new devtools panel causes infinite panels opened, only at firefox.
Every time i click "panel" it opens another instance of "panel".
To Reproduce
Dev Tools Tab
src/devtools/main.js
:Expected behavior As happens in chrome, a panel should only be added once.