Closed martikaljuve closed 8 years ago
This was killing me!. Please fix. Took the better part of an afternoon to realize what had happened.
Sorry about the delay, I fixed it in the .12 version
On Fri, Sep 2, 2016, 4:23 AM Sean Novak notifications@github.com wrote:
This was killing me!. Please fix. Took the better part of an afternoon to realize what had happened.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jeromeetienne/threejs-inspector/issues/17#issuecomment-244350082, or mute the thread https://github.com/notifications/unsubscribe-auth/AAPcIjcp-EUu17LMWFzW4NnR6DFA5p4Oks5qmAcwgaJpZM4Jvgy2 .
Since the scripts are injected into the current page,
console.log
is disabled for every other script running on the page as well, which is not very desirable.https://github.com/jeromeetienne/threejs-inspector/blob/38a2505fc1e166d9853b41c6b417687786332c48/src/panel/inspected-win/00-inspected-win-prefix.js#L52