mirror of
https://github.com/mathuo/dockview
synced 2025-05-02 01:28:28 +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) {
|
||||
box.height = `${100 * size}%`;
|
||||
} else if (bottomClass) {
|
||||
box.top = `${100 * size}%`;
|
||||
box.top = `${100 * (1 - size)}%`;
|
||||
box.height = `${100 * size}%`;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user