Skip to content

Commit

Permalink
fix: dragging handle in es-panel to prevent selection of inner content
Browse files Browse the repository at this point in the history
  • Loading branch information
teamchong authored and George-Payne committed Oct 30, 2024
1 parent 0d0d666 commit 5481757
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-houses-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eventstore-ui/layout': patch
---

Fix dragging handle in es-panel selects everything inside the panel
1 change: 1 addition & 0 deletions packages/layout/src/components/panel/es-panel/es-panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@

color: var(--color-contrast);
z-index: 100;
user-select: none;
}

.cursor_guard {
Expand Down

0 comments on commit 5481757

Please sign in to comment.