TrippleClick empty paragraph cause storedMarks loss

录屏2024-08-01 16.42.21

And I found the defaultTripleClick cause this issue:

prosemirror-view/src/input.ts:259 Should change if(node.inlineContent) to if(node.inlineContent && node.content.size) ?

1 Like

This patch should avoid this effect.

2 Likes

thx, It’s works.

1 Like