fix(ui): fixes for text selection

This commit is contained in:
nick-delirium 2023-09-14 10:56:13 +02:00
parent 5877f10f66
commit e3e0dd2444

View file

@ -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',