-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Idea: Attach VisBug to ShadowRoot #645
Comments
i'm willing to try out a PR and test it 👍🏻 |
I'll look to create a demo |
I saw that it add's attributes for selection. Is there a reason for this? Why is the selection not stored in some varaibles? |
it's never been an issue, and was using DOM state as the source of truth |
Yeah, maybe it's my thinking cause I'm working on a designer, wich exports the html and so my output should not contain own added attributes. |
Idea:
As adding visbug to a page could lead to side effects, wouldn't it be preferable to add it to it's own shadowroot?
Like:
And after this the VisBug overlays could be added to the ShadowRoot, without affecting the real Dom?
The text was updated successfully, but these errors were encountered: