style: prevent text from being selected on drag-to-scroll

This commit is contained in:
zhom
2025-11-26 00:43:46 +04:00
parent 40886f2ded
commit 689eeafc75
+2
View File
@@ -39,6 +39,8 @@ export function GroupBadges({
const container = scrollContainerRef.current;
if (!container) return;
e.preventDefault();
dragStartRef.current = {
x: e.clientX,
scrollLeft: container.scrollLeft,