mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
fix: fix error after merge conflict resolving
This commit is contained in:
parent
2485b810f9
commit
bb213cb9df
1 changed files with 1 additions and 0 deletions
|
@ -338,6 +338,7 @@ export default {
|
||||||
if (topPos >= this.minY && topPos + height < viewport.height) {
|
if (topPos >= this.minY && topPos + height < viewport.height) {
|
||||||
this.lastPageY = event.pageY;
|
this.lastPageY = event.pageY;
|
||||||
this.container.style.top = topPos - marginTop + 'px';
|
this.container.style.top = topPos - marginTop + 'px';
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
this.lastPageX = event.pageX;
|
this.lastPageX = event.pageX;
|
||||||
this.container.style.left = leftPos - marginLeft + 'px';
|
this.container.style.left = leftPos - marginLeft + 'px';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue