在轮播中,我拥有标题(文本)。我无法选择文本。
我尝试了以下选项,但没有一个对我有用。
选项1。
owl.owlCarousel({
mouseDrag: false,
touchDrag: false,
pullDrag: false,
freeDrag: false,
});
选项2。
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}