Skip to content

Commit

Permalink
Merge pull request #297 from matt8707/ipad
Browse files Browse the repository at this point in the history
Fix ipad view bug close #62
  • Loading branch information
matt8707 authored Jan 27, 2024
2 parents ff97700 + 0949528 commit c588f36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/Main/Views.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@
flipDurationMs: $motion,
dragDisabled: !$editMode,
dropTargetStyle: {},
morphDisabled: true
morphDisabled: true,
zoneTabIndex: -1
}}
on:consider={handleDragEvent}
on:finalize={handleDragEvent}
Expand Down

0 comments on commit c588f36

Please sign in to comment.