SwiftUI 3.0, ScrollView dismisses the view on scrolling

I'm making a Note app, it has groups on main page with notes inside. So I use NavigationLink to go into the group to see notes inside, and then open the note with its NavigationLink to get the detail view.

Note detail view has a ScrollView, but the thing is, when I try to use my finger to scroll, this view dismisses and brings me back to the group detail view with its notes..

Files to check:

  1. NoteView (which dismisses on scrolling, line #19)
  2. GroupDetailView (view with the NavigationLink to the NoteView, line #127)

Link to my project ---> GitHub

SwiftUI 3.0, ScrollView dismisses the view on scrolling
 
 
Q