Skip to content

Commit

Permalink
OKLM pan in collar view
Browse files Browse the repository at this point in the history
  • Loading branch information
cbossut committed Jan 26, 2020
1 parent 65852b7 commit e790101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Doc.elm
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ update msg doc =
M editor ->
update (MobileMsg <| MEditor.SvgMsg <| PanSvg.Pan dir) doc

_ ->
( doc, Cmd.none )
C editor ->
update (CollarMsg <| CEditor.SvgMsg <| PanSvg.Pan dir) doc

MobileMsg subMsg ->
case ( doc.editor, getViewing doc ) of
Expand Down

0 comments on commit e790101

Please sign in to comment.