mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 09:58:26 +00:00
Fix elm-analyse issues
This commit is contained in:
@ -278,15 +278,6 @@ selectActive model =
|
||||
model
|
||||
|
||||
|
||||
clearActive : Model a -> Model a
|
||||
clearActive model =
|
||||
{ model | available = List.map (\e -> { e | active = False }) model.available }
|
||||
|
||||
|
||||
|
||||
-- TODO enhance update function to return this info
|
||||
|
||||
|
||||
isDropdownChangeMsg : Msg a -> Bool
|
||||
isDropdownChangeMsg cm =
|
||||
case cm of
|
||||
|
Reference in New Issue
Block a user