Skip to content

Commit 36fb312

Browse files
committed
fix: prevent text getting selected in safari while dragging events
1 parent 8e1a982 commit 36fb312

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
"@angular/core": ">=6.0.0 <8.0.0"
164164
},
165165
"dependencies": {
166-
"angular-draggable-droppable": "^4.0.0-alpha.10",
166+
"angular-draggable-droppable": "^4.0.0-alpha.11",
167167
"angular-resizable-element": "^3.0.0",
168168
"calendar-utils": "^0.2.0-alpha.5",
169169
"positioning": "^1.3.1"

src/modules/day/calendar-day-view.scss

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
background-color: #d1e8ff;
5959
border: 1px solid #1e90ff;
6060
color: #1e90ff;
61-
user-select: none;
6261
}
6362

6463
.cal-event-title:link {

0 commit comments

Comments
 (0)