Skip to content

Commit

Permalink
fix: prevent text getting selected in safari while dragging events
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 committed Jun 16, 2018
1 parent 8e1a982 commit 36fb312
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"@angular/core": ">=6.0.0 <8.0.0"
},
"dependencies": {
"angular-draggable-droppable": "^4.0.0-alpha.10",
"angular-draggable-droppable": "^4.0.0-alpha.11",
"angular-resizable-element": "^3.0.0",
"calendar-utils": "^0.2.0-alpha.5",
"positioning": "^1.3.1"
Expand Down
1 change: 0 additions & 1 deletion src/modules/day/calendar-day-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
background-color: #d1e8ff;
border: 1px solid #1e90ff;
color: #1e90ff;
user-select: none;
}

.cal-event-title:link {
Expand Down

0 comments on commit 36fb312

Please sign in to comment.