aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib/bookmark-drag.ts
blob: 8ae4a499e2f1a3bca7d626cac92355a9fc898600 (plain) (blame)
1
2
3
4
5
/**
 * MIME type used in HTML5 drag-and-drop dataTransfer to identify
 * bookmark card drags (as opposed to file drops).
 */
export const BOOKMARK_DRAG_MIME = "application/x-karakeep-bookmark";