I have a div with contenteditable="true"
, and have two spans with contenteditble="false"
and user-select: all
.
Now, the cursor cannot be placed between these two spans by clicking.
But, if I change the user-select to ‘text’, it can behave correctly.
So, how to place the cursor between two nodes that use user-select:all
by clicking?