-
I created the following gmail compose view toolbar for the sake of this example. In order to do this I need to "climb up" the DOM by calling toolbarRef.parentElement.parentElement... until I reach the #plasmo-shadow-container and then get its parent. however (div#plasmo-shadow-container).parentElement is null. This is the code:
|
Beta Was this translation helpful? Give feedback.
Answered by
uri3000
Feb 28, 2023
Replies: 1 comment
-
Figured it out, incase anyone needs something like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
uri3000
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Figured it out, incase anyone needs something like this: