tenderowls / moorka

ABANDONED
21 stars 5 forks source link

DataRepeat dublicates last item in switch #52

Open Tims101 opened 9 years ago

Tims101 commented 9 years ago

Using this code, DataRepeat add last item from folders to DOM twice

switch {
    folders.rxLength.filter(_ > 0) map { _ =>
      div(
        DataRepeat(folders, folderFactory)
      )
    }
}