Replies: 1 comment 1 reply
-
|
Please elaborate? What do you mean by hijacking? What did you try? What’s not working? Do you have a reproduction? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
I want to edit text on the rendered page. I hope to hijack block-level elements to enable custom rendering. Implement hover selection, and achieve the effect of editing on the rendered page by modifying the original text. I tried to directly register the 'section' element, but it doesn't seem to be successfully registered. How can I achieve the desired effect? I am using the hydrate method to render the generated text.
Beta Was this translation helpful? Give feedback.
All reactions