mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
Prepare for drag-drop items into tags in list view
This commit is contained in:
@ -77,6 +77,10 @@ makeUpdateCmd flags receive droppedMaybe =
|
||||
Api.setFolder flags dropped.itemId (OptionalId Nothing) receive
|
||||
|
||||
Tag _ ->
|
||||
let
|
||||
_ =
|
||||
Debug.log "dropped" dropped
|
||||
in
|
||||
Cmd.none
|
||||
|
||||
Nothing ->
|
||||
|
Reference in New Issue
Block a user