mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #5194 - Add data-p-unselectable-text attribute on resizing and dragging phases
This commit is contained in:
parent
d53dc1edf0
commit
d94ceeef19
3 changed files with 4 additions and 2 deletions
|
@ -1281,7 +1281,7 @@ export default {
|
|||
|
||||
this.$refs.resizeHelper.style.display = 'none';
|
||||
this.resizeColumn = null;
|
||||
this.$el.setAttribute('data-p-unselectable-text', 'true');
|
||||
this.$el.removeAttribute('data-p-unselectable-text');
|
||||
!this.isUnstyled && DomHandler.removeClass(this.$el, 'p-unselectable-text');
|
||||
|
||||
this.unbindColumnResizeEvents();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue