There is no problem input in non-links.
The dom structure:
<em>
<Decoration.inline>*</Decoration.inline>
text
<Decoration.inline>*</Decoration.inline>
</em>
The dom structure:
<a>
<Decoration.inline>[</Decoration.inline>
text
<Decoration.inline>]</Decoration.inline>
</a>
Composition node keep changing in links, and prev input keept in dom.
When I delete the code within the red box or directly change the topNode
passed to CompositionViewDesc
to node
, it works as i expected.
What is the use case of those code and can we simply remove those code?