Skip to content

Commit

Permalink
Add repeater property
Browse files Browse the repository at this point in the history
  • Loading branch information
shoonia committed Apr 18, 2021
1 parent c503aca commit 44f8f9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/useScope.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ export const useScope = (event) => {
while ((repeter = repeter.parent).type !== '$w.Repeater');

return {
repeter,

// @ts-ignore
$item: $w.at(ctx),

Expand Down

0 comments on commit 44f8f9f

Please sign in to comment.