Scroll so focused element is always visible

This commit is contained in:
Joscha 2020-02-11 12:14:51 +00:00
parent 9f507b5b9e
commit 70bbc3a69a
3 changed files with 4 additions and 3 deletions

View file

@ -2,5 +2,5 @@ module Forest.Client.ResourceName
( ResourceName(..)
) where
data ResourceName = RnEditor
data ResourceName = RnViewport | RnEditor
deriving (Show, Eq, Ord)