drupal-template-helper
drupal-template-helper copied to clipboard
Debug info not removed from inspect elements panel
Hi, In the latest version of Chrome, version 53.0.2785.116 (64-bit), the markup is never removed from the inspect elements panel but still shows up in the template panel. (see attached)

The shadow DOM /deep/ selector has been deprecated in the latest Chrome. That's why we can't hide these comments in the inspector.
We'll need to figure out a way around this.
Interesting, thanks for the update.
Chrome itself provides an Option to hide HTML comments in its settings:
This should be at least a work-around for most users.
Maybe you can mention this in the README?
@derhasi done. https://github.com/arshad/drupal-template-helper. Thanks 👍