mirror of
https://github.com/mathuo/dockview
synced 2025-07-16 06:56:04 +00:00
feat: dnd overlay fix
This commit is contained in:
parent
0b1a09d910
commit
157ea8a3d1
@ -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…
x
Reference in New Issue
Block a user