mirror of
https://github.com/nunntom/elm-ui-select.git
synced 2024-11-22 11:54:11 +03:00
Run elm-review
This commit is contained in:
parent
698399e6f2
commit
cbef20d67c
@ -43,7 +43,6 @@ module Internal.Model exposing
|
||||
, toRelativeContainerMarkerId
|
||||
, toRequestState
|
||||
, toValue
|
||||
, toViewportWidth
|
||||
, wasHighlightedByMouse
|
||||
)
|
||||
|
||||
@ -264,11 +263,6 @@ toPreviousQuery (Model { requestState }) =
|
||||
Nothing
|
||||
|
||||
|
||||
toViewportWidth : Model a -> Maybe Float
|
||||
toViewportWidth (Model { containerElement }) =
|
||||
Maybe.map (.viewport >> .width) containerElement
|
||||
|
||||
|
||||
|
||||
-- CHECKS
|
||||
|
||||
|
@ -5,7 +5,7 @@ import Html.Events
|
||||
import Internal.Model as Model exposing (Model)
|
||||
import Internal.Msg exposing (Msg(..))
|
||||
import Internal.Option exposing (Option)
|
||||
import Internal.ViewConfig as ViewConfig exposing (ViewConfigInternal)
|
||||
import Internal.ViewConfig exposing (ViewConfigInternal)
|
||||
import Json.Decode as Decode
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user