fix(ui): fixes for text selection
This commit is contained in:
parent
5877f10f66
commit
e3e0dd2444
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ export default class SelectionManager extends ListWalker<SelectionChange> {
|
|||
|
||||
Object.assign(endPointer.style, {
|
||||
top: endCoords.top + 'px',
|
||||
right: (endCoords.right) + 'px',
|
||||
left: (endCoords.left) + 'px',
|
||||
width: (endCoords.width) + 'px',
|
||||
height: endCoords.height + 'px',
|
||||
position: 'absolute',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue