Merge remote-tracking branch 'origin/feature/automation-branching-ux' into automation-branching-ux-updates

This commit is contained in:
Dean 2024-10-31 16:56:43 +00:00
commit c4d4399683
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@
y,
}))
if (down && !$view.dragging) {
if (down && !$view.dragging && dragOffset) {
contentPos.update(state => ({
...state,
x: x - dragOffset[0],