mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
fixes dialog error on drag (#5247)
This commit is contained in:
parent
9777f4c24a
commit
971a346c5f
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ export default {
|
||||||
this.lastPageY = event.pageY;
|
this.lastPageY = event.pageY;
|
||||||
|
|
||||||
this.container.style.margin = '0';
|
this.container.style.margin = '0';
|
||||||
document.body.setAttribute('data-p-unselectable-text');
|
document.body.setAttribute('data-p-unselectable-text', '');
|
||||||
!this.isUnstyled && DomHandler.addClass(document.body, 'p-unselectable-text');
|
!this.isUnstyled && DomHandler.addClass(document.body, 'p-unselectable-text');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue