mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Toggle tags via drag-drop from list view
This commit is contained in:
@ -48,16 +48,7 @@ update key flags settings msg model =
|
||||
model.searchMenuModel
|
||||
|
||||
dropCmd =
|
||||
case nextState.dragDrop.dropped of
|
||||
Just dropped ->
|
||||
let
|
||||
_ =
|
||||
Debug.log "item/folder" dropped
|
||||
in
|
||||
DD.makeUpdateCmd flags (\_ -> DoSearch) nextState.dragDrop.dropped
|
||||
|
||||
Nothing ->
|
||||
Cmd.none
|
||||
DD.makeUpdateCmd flags (\_ -> DoSearch) nextState.dragDrop.dropped
|
||||
|
||||
newModel =
|
||||
{ model
|
||||
|
Reference in New Issue
Block a user