mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: aligning the drag handles better with the node post css changes of the length
This commit is contained in:
parent
15be7eeda3
commit
52b2fbefe1
@ -207,7 +207,7 @@ function DragHandle(options: DragHandleOptions) {
|
||||
|
||||
const rect = absoluteRect(node);
|
||||
|
||||
rect.top += (lineHeight - 24) / 2;
|
||||
rect.top += (lineHeight - 20) / 2;
|
||||
rect.top += paddingTop;
|
||||
// Li markers
|
||||
if (node.matches("ul:not([data-type=taskList]) li, ol li")) {
|
||||
|
Loading…
Reference in New Issue
Block a user