mirror of
https://github.com/mathuo/dockview
synced 2025-07-28 12:56:02 +00:00
Merge pull request #511 from mathuo/448-drop-target-selection-transformation-scales-borders-and-outlines
feat: dnd overlay fix
This commit is contained in:
commit
bb40c45a29
@ -333,7 +333,7 @@ export class Droptarget extends CompositeDisposable {
|
|||||||
} else if (topClass) {
|
} else if (topClass) {
|
||||||
box.height = `${100 * size}%`;
|
box.height = `${100 * size}%`;
|
||||||
} else if (bottomClass) {
|
} else if (bottomClass) {
|
||||||
box.top = `${100 * size}%`;
|
box.top = `${100 * (1 - size)}%`;
|
||||||
box.height = `${100 * size}%`;
|
box.height = `${100 * size}%`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user