Skip to content

Commit

Permalink
fix(editor): force scroll in last entity
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Dec 8, 2021
1 parent 1eb82c8 commit 7eec9e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
commands.value = true
} else {
commands.value = false
if (last.value) scroll.entity(_index.value, 'bottom')
}
if (
Expand Down

0 comments on commit 7eec9e0

Please sign in to comment.