mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
cleanup some orphan css
This commit is contained in:
parent
e562ed159c
commit
31828b125f
4 changed files with 4 additions and 15 deletions
2
dev/External/User/ko.js
vendored
2
dev/External/User/ko.js
vendored
|
|
@ -1,6 +1,6 @@
|
|||
const ko = window.ko,
|
||||
|
||||
rlContentType = 'rainloop/action',
|
||||
rlContentType = 'snappymail/action',
|
||||
|
||||
// In Chrome we have no access to getData unless it's the 'drop' event
|
||||
getDragAction = e => dragData && e.dataTransfer.types.includes(rlContentType) ? dragData.action : false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue