Skip to content

Commit

Permalink
chore: disable user select on list
Browse files Browse the repository at this point in the history
  • Loading branch information
antonreshetov committed Nov 23, 2023
1 parent 4a91bc2 commit e94a45b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/editor/components/list/ComponentList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ function onMouseLeave() {
.component-list {
background-color: #fff;
height: 100%;
user-select: none;
.body {
position: relative;
display: flex;
Expand Down

0 comments on commit e94a45b

Please sign in to comment.