Skip to content

Commit

Permalink
fix: prevent text selection in tooltips
Browse files Browse the repository at this point in the history
Co-Authored-By: Severin Ibarluzea <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and seveibar committed Dec 14, 2024
1 parent 4852387 commit 319717e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/CadViewerContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ export const CadViewerContainer = ({
padding: "5px",
borderRadius: "3px",
pointerEvents: "none",
userSelect: "none",
WebkitUserSelect: "none",
MozUserSelect: "none",
msUserSelect: "none",
}}
>
{hoveredComponent.name}
Expand Down

0 comments on commit 319717e

Please sign in to comment.