Skip to content

Commit

Permalink
fix(occlusion): temporarily remove yield inside vertical-collection
Browse files Browse the repository at this point in the history
This defuses html-next/vertical-collection#161 for now.

More information about this: #514 (comment)
  • Loading branch information
buschtoens committed Nov 24, 2017
1 parent 30ae851 commit 5f6637e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions addon/templates/components/lt-body.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,6 @@
canSelect=canSelect
click=(action 'onRowClick' row)
doubleClick=(action 'onRowDoubleClick' row)}}

{{yield (hash
expanded-row=(component lt.spanned-row classes='lt-expanded-row' colspan=colspan yield=row visible=row.expanded)
loader=(component lt.spanned-row visible=false)
no-data=(component lt.spanned-row visible=false)
) rows}}

{{/vertical-collection}}
{{yield (hash
loader=(component lt.spanned-row classes='lt-is-loading' colspan=colspan)
Expand Down

0 comments on commit 5f6637e

Please sign in to comment.