mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-14 07:51:12 +03:00
formatting
This commit is contained in:
parent
60cdece1bb
commit
2bcacfca2c
@ -41,7 +41,7 @@ resolvedPath e pathUnderPtr =
|
||||
(if y == -1 then Scope.down e else identity) >>
|
||||
(if x == 1 then Scope.right e else identity) >>
|
||||
(if x == -1 then Scope.left e else identity)
|
||||
edits = edit <~ (Signals.repeatAfterIf (300*millisecond) 20 nonzero Keyboard.arrows) ~ e
|
||||
edits = edit <~ Signals.repeatAfterIf (300*millisecond) 20 nonzero Keyboard.arrows ~ e
|
||||
defaultScope = lift (Maybe.map Scope.scope) pathUnderPtr
|
||||
shifted = Signals.foldpBetween'
|
||||
Mouse.position
|
||||
|
Loading…
Reference in New Issue
Block a user