pull/5282/head
tugcekucukoglu 2024-02-15 11:47:06 +03:00
parent 84a8285ce5
commit 266d5019af
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ export default {
this.lastPageY = event.pageY;
this.container.style.margin = '0';
document.body.setAttribute('data-p-unselectable-text', '');
document.body.setAttribute('data-p-unselectable-text', 'true');
!this.isUnstyled && DomHandler.addClass(document.body, 'p-unselectable-text');
}
},