cleanup some orphan css

This commit is contained in:
djmaze 2020-09-25 17:42:40 +02:00
parent e562ed159c
commit 31828b125f
4 changed files with 4 additions and 15 deletions

View file

@ -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,